Skip to content

Commit

Permalink
Remove unnecessary feature of winit
Browse files Browse the repository at this point in the history
  • Loading branch information
Letronix624 committed Mar 17, 2024
1 parent ce741d3 commit ef902d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ahash = "0.8"
egui-winit = "0.26"
egui = "0.26"
image = "0.24"
winit = { version = "0.29.10", features = [ "rwh_05" ] }
winit = { version = "0.29" }
vulkano = { version = "0.34", git = "https://github.com/vulkano-rs/vulkano.git"}
vulkano-shaders = "0.34"

Expand Down

0 comments on commit ef902d6

Please sign in to comment.