Skip to content

Commit

Permalink
update vek to v0.17 and imbl to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
teoxoy committed Jun 22, 2024
1 parent e7a139e commit 00888c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.28", 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.16", default-features = false, optional = true }
vek = { version = "0.17", 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 All @@ -48,7 +48,7 @@ rpds = { version = "1", default-features = false, optional = true }
archery = { version = "1", default-features = false, optional = true }
im = { version = "15", default-features = false, optional = true }
im-rc = { version = "15", default-features = false, optional = true }
imbl = { version = "2", default-features = false, optional = true }
imbl = { version = "3", default-features = false, optional = true }
static-rc = { version = "0.6", features = ["alloc"], default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 00888c6

Please sign in to comment.