Skip to content

Commit

Permalink
update glam to 0.29
Browse files Browse the repository at this point in the history
  • Loading branch information
Elabajaba committed Dec 14, 2024
1 parent 0892be8 commit f761457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ nodejs = ["wasm", "dep:js-sys", "dep:wasm-bindgen"]
[dependencies]
bimap = { version = "0.6" }
bytecheck = { version = "0.6", optional = true, default-features = false }
glam = { version = "0.27", features = [ "core-simd", "libm" ] }
glam = { version = "0.29", features = [ "core-simd", "libm" ] }
js-sys = { version = "0.3", optional = true }
rkyv = { version = "0.7", optional = true, features = [ "validation" ] }
serde = { version= "1.0", optional = true, features = [ "serde_derive" ] }
Expand Down

0 comments on commit f761457

Please sign in to comment.