linebender / glazier

Deprecated Rust Window Creation Library
Apache License 2.0
206 stars 32 forks source link

Fix Cargo.toml warnings #179

Closed joshka closed 4 months ago

joshka commented 4 months ago

warning: default_features is deprecated in favor of default-features and will not work in the 2024 edition (in the keyboard-types dependency) warning: default_features is deprecated in favor of default-features and will not work in the 2024 edition (in the raw-window-handle dependency) warning: default_features is deprecated in favor of default-features and will not work in the 2024 edition (in the wayland-backend dependency)

DJMcNab commented 4 months ago

We paused/stopped work on Glazier in January, and do not recommend its use.

Why do you need this change?

joshka commented 4 months ago

Ha - I missed that :) I don't need glazier. I mistook it for a newer winit with some slightly nicer design decisions. I can move what I'm working on over to winit instead (a terminal backend).

joshka commented 4 months ago

P.s. this is still listed as active on https://linebender.org/