Skip to content

Commit

Permalink
update vek to v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Aug 19, 2023
1 parent 7d6a502 commit 308bb72
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 @@ -39,7 +39,7 @@ cgmath = { version = "0.18", default-features = false, optional = true }
glam = { version = "0.24", features = ["std"], default-features = false, optional = true }
nalgebra = { version = "0.32", default-features = false, optional = true }
ultraviolet = { version = "0.9", features = ["int"], default-features = false, optional = true }
vek = { version = "0.15", default-features = false, optional = true }
vek = { version = "0.16", default-features = false, optional = true }
smallvec = { version = "1.8.0", features = ["const_generics"], default-features = false, optional = true }
arrayvec = { version = "0.7", default-features = false, optional = true }
tinyvec = { version = "1.4", features = ["rustc_1_55", "alloc"], default-features = false, optional = true }
Expand Down

0 comments on commit 308bb72

Please sign in to comment.