Skip to content

Commit

Permalink
update glam
Browse files Browse the repository at this point in the history
  • Loading branch information
DGriffin91 committed Dec 26, 2024
1 parent 24980ea commit 49b1fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ bytemuck = "1.15"
image = "0.24.7"
winit = "0.29.10"
tabled = "0.15.0"
glam = { version = "0.27", features = ["bytemuck", "serde"] }
glam = { version = "0.29", features = ["bytemuck", "serde"] }
ron = "0.8"
serde = { version = "1", features = ["derive"] }
rayon = "1.10.0"
Expand Down
2 changes: 1 addition & 1 deletion embree/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
glam = { version = "0.27", features = ["bytemuck"] }
glam = { version = "0.29", features = ["bytemuck"] }
half = "2.3.1"
bytemuck = "1.15"
radsort = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion traversable/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ obvhs = { git = "https://github.com/DGriffin91/obvhs", features = [
"profile",
"profile-with-tracing",
] }
glam = { version = "0.27", features = ["bytemuck"] }
glam = { version = "0.29", features = ["bytemuck"] }

0 comments on commit 49b1fec

Please sign in to comment.