Skip to content

Commit

Permalink
Remove unused windowing-related dependencies from dev-dependencies (#…
Browse files Browse the repository at this point in the history
…182)

During the `imgui` => `egui` conversion in #176 all window-based
examples were removed but none of their dependencies were removed,
causing a suspiciously-successful `raw-window-handle 0.6` bump by
`dependabot` (#179) despite this being fully incompatible with the
current `winit 0.28` release, as well as `ash-window 0.12`.

Delete `winit`, `ash-window` and `raw-window-handle` from the dependency
table.
  • Loading branch information
MarijnS95 authored Oct 9, 2023
1 parent 739b85a commit 93150a8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ optional = true
[dev-dependencies]
# Enable the "loaded" feature to be able to access the Vulkan entrypoint.
ash = { version = "0.37", default-features = false, features = ["debug", "loaded"] }
ash-window = "0.12"
raw-window-handle = "0.5"
winit = { version = "0.28", features = ["x11", "wayland"] }
env_logger = "0.10"

[target.'cfg(windows)'.dev-dependencies]
Expand Down

0 comments on commit 93150a8

Please sign in to comment.