Skip to content

Commit

Permalink
Merge pull request #39 from iMplode-nZ/main
Browse files Browse the repository at this point in the history
Update glam, nalgebra versions.
  • Loading branch information
Mike-Leo-Smith authored Aug 17, 2024
2 parents 0fb03ab + 80229ff commit cbc56a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions luisa_compute/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ luisa_compute_track = { path = "../luisa_compute_track", version = "0.1.1-alpha.
luisa_compute_ir = { path = "../luisa_compute_sys/LuisaCompute/src/rust/luisa_compute_ir", version = "0.1.1-alpha.1" }
luisa_compute_sys = { path = "../luisa_compute_sys", version = "0.1.1-alpha.1" }
rayon = "1.8.0"
glam = { version = "0.25.0", optional = true }
nalgebra = { version = "0.32.3", optional = true }
glam = { version = "0.27.0", optional = true }
nalgebra = { version = "0.33.0", optional = true }

[dev-dependencies]
libc = "0.2"
Expand Down

0 comments on commit cbc56a7

Please sign in to comment.