Skip to content

Commit

Permalink
Fast3D: Pin commit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jun 29, 2023
1 parent ac4999e commit a797098
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ wgpu = { version = "0.16", optional = true }
spin_sleep = "1.1.1"
arie = "0.2.0"
fast3d = { version = "0.2.0", default-features = false }
fast3d-glium-renderer = { git = "https://github.com/retrofoundry/fast3d-rs", optional = true }
fast3d-glium-renderer = { version = "0.2.0", optional = true }
fast3d-wgpu-renderer = { version = "0.2.0", optional = true }

[patch.crates-io]
glium = { git = "https://github.com/retrofoundry/glium", branch = "helix" }
fast3d = { git = "https://github.com/retrofoundry/fast3d-rs" } # remove once we have our glium fix upstreamed
fast3d-wgpu-renderer = { git = "https://github.com/retrofoundry/fast3d-rs" } # remove once we have our glium fix upstreamed
fast3d = { git = "https://github.com/retrofoundry/fast3d-rs", rev = "cafe87f" } # remove once we have our glium fix upstreamed
fast3d-glium-renderer = { git = "https://github.com/retrofoundry/fast3d-rs", rev = "cafe87f" } # remove once we have our glium fix upstreamed
fast3d-wgpu-renderer = { git = "https://github.com/retrofoundry/fast3d-rs", rev = "cafe87f" } # remove once we have our glium fix upstreamed

0 comments on commit a797098

Please sign in to comment.