Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused windowing-related dependencies from dev-dependencies #182

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

MarijnS95
Copy link
Member

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.

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.
@MarijnS95 MarijnS95 merged commit 93150a8 into main Oct 9, 2023
18 checks passed
@MarijnS95 MarijnS95 deleted the yoink-unused-windowing-deps branch October 9, 2023 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants