-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update glam
to 0.21
#4
Comments
This was referenced Jun 29, 2022
Merged
bors bot
pushed a commit
to bevyengine/bevy
that referenced
this issue
Jul 3, 2022
Removed `const_vec2`/`const_vec3` and replaced with equivalent `.from_array`. # Objective Fixes #5112 ## Solution - `encase` needs to update to `glam` as well. See teoxoy/encase#4 on progress on that. - `hexasphere` also needs to be updated, see OptimisticPeach/hexasphere#12.
inodentry
pushed a commit
to IyesGames/bevy
that referenced
this issue
Aug 8, 2022
Removed `const_vec2`/`const_vec3` and replaced with equivalent `.from_array`. # Objective Fixes bevyengine#5112 ## Solution - `encase` needs to update to `glam` as well. See teoxoy/encase#4 on progress on that. - `hexasphere` also needs to be updated, see OptimisticPeach/hexasphere#12.
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Oct 28, 2022
Removed `const_vec2`/`const_vec3` and replaced with equivalent `.from_array`. # Objective Fixes bevyengine#5112 ## Solution - `encase` needs to update to `glam` as well. See teoxoy/encase#4 on progress on that. - `hexasphere` also needs to be updated, see OptimisticPeach/hexasphere#12.
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
Removed `const_vec2`/`const_vec3` and replaced with equivalent `.from_array`. # Objective Fixes bevyengine#5112 ## Solution - `encase` needs to update to `glam` as well. See teoxoy/encase#4 on progress on that. - `hexasphere` also needs to be updated, see OptimisticPeach/hexasphere#12.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently,
glam
is at0.21
.I tried updating
encase
, and there are no compile errors when upgrading directly, except that"std"
has to be added to the"features"
.The text was updated successfully, but these errors were encountered: