Skip to content

Commit

Permalink
Remove patches in cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jul 4, 2023
1 parent 1e9cec0 commit 679a0c8
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 @@ -49,6 +49,6 @@ fast3d-glium-renderer = { version = "0.3.0", optional = true }
fast3d-wgpu-renderer = { version = "0.3.0", optional = true }

[patch.crates-io]
fast3d = { path = "../../fast3d-rs/fast3d" }
fast3d-glium-renderer = { path = "../../fast3d-rs/fast3d-glium-renderer" }
fast3d-wgpu-renderer = { path = "../../fast3d-rs/fast3d-wgpu-renderer" }
#fast3d = { path = "../../fast3d-rs/fast3d" }
#fast3d-glium-renderer = { path = "../../fast3d-rs/fast3d-glium-renderer" }
#fast3d-wgpu-renderer = { path = "../../fast3d-rs/fast3d-wgpu-renderer" }

0 comments on commit 679a0c8

Please sign in to comment.