coord-rs
coord-rs copied to clipboard
allow const creation of Vec
allow consts like:
const ENTITY_MIDDLE_OFFSET: Vec3<f32> = Vec3::new(0.0, 0.0, 0.9);
I believe vek supports this.