Skip to content

Commit

Permalink
Update to official fast3d with wgpu
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jul 10, 2023
1 parent 1ab76ff commit 3e8c51c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ glutin = { version = "0.29.1", optional = true }
wgpu = { version = "0.16", optional = true }
spin_sleep = "1.1.1"
arie = "0.2.0"
fast3d = { version = "0.3.1", default-features = false }
fast3d-glium-renderer = { version = "0.3.1", optional = true }
fast3d-wgpu-renderer = { version = "0.3.1", optional = true }
fast3d = { version = "0.4.0", default-features = false }
fast3d-glium-renderer = { version = "0.4.0", optional = true }
fast3d-wgpu-renderer = { version = "0.4.0", optional = true }
rustc-hash = "1.1.0"

[patch.crates-io]
Expand Down

0 comments on commit 3e8c51c

Please sign in to comment.