Skip to content

Commit

Permalink
Update to fast3d 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jul 3, 2023
1 parent 85992b8 commit 6e1c95c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,11 @@ 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.2.0", default-features = false }
fast3d-glium-renderer = { version = "0.2.0", optional = true }
fast3d-wgpu-renderer = { version = "0.2.0", optional = true }
fast3d = { version = "0.3.0", default-features = false }
fast3d-glium-renderer = { version = "0.3.0", optional = true }
fast3d-wgpu-renderer = { version = "0.3.0", optional = true }

[patch.crates-io]
glium = { git = "https://github.com/retrofoundry/glium", branch = "helix" }
fast3d = { git = "https://github.com/retrofoundry/fast3d-rs", rev = "a22c54f4" } # remove once we have our glium fix upstreamed
fast3d-glium-renderer = { git = "https://github.com/retrofoundry/fast3d-rs", rev = "a22c54f4" } # remove once we have our glium fix upstreamed
fast3d-wgpu-renderer = { git = "https://github.com/retrofoundry/fast3d-rs", rev = "a22c54f4" } # remove once we have our glium fix upstreamed
#fast3d = { path = "../../fast3d-rs/fast3d" }
#fast3d-glium-renderer = { path = "../../fast3d-rs/fast3d-glium-renderer" }
#fast3d-wgpu-renderer = { path = "../../fast3d-rs/fast3d-wgpu-renderer" }
1 change: 1 addition & 0 deletions src/gui/gui_glium.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ impl<'a> Gui<'a> {
draw_call.projection_matrix,
&draw_call.fog,
&draw_call.vbo.vbo,
draw_call.vbo.num_tris,
&draw_call.uniforms,
);
}
Expand Down

0 comments on commit 6e1c95c

Please sign in to comment.