Skip to content

Commit

Permalink
update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ScanMountGoat committed Oct 30, 2024
1 parent 538f10a commit aeee237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ edition = "2021"
winit = "0.30"
wgpu = "23.0.0"
futures = "0.3"
bytemuck = { version = "1.16", features = ["derive"] }
encase = { version = "0.9.0", features = ["glam"] }
glam = { version = "0.28.0", features = ["bytemuck"] }
bytemuck = { version = "1.19", features = ["derive"] }
encase = { version = "0.10.0", features = ["glam"] }
glam = { version = "0.29.1", features = ["bytemuck"] }

[build-dependencies]
wgsl_to_wgpu = { path = "../wgsl_to_wgpu" }

0 comments on commit aeee237

Please sign in to comment.