mirror of
https://github.com/danbulant/appit
synced 2026-07-03 10:00:37 +00:00
Enabling wayland-csd-adwaita by default
This commit is contained in:
parent
36a413865b
commit
a10c250683
2 changed files with 6 additions and 1 deletions
|
|
@ -12,6 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
- `UnwindSafe` is no longer required for `WindowBehavior` or
|
- `UnwindSafe` is no longer required for `WindowBehavior` or
|
||||||
`WindowBehavior::Context`.
|
`WindowBehavior::Context`.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- This crate's default features now include `wayland-csd-adwaita`. This enables
|
||||||
|
winit's built-in decoration drawing on Wayland.
|
||||||
|
|
||||||
## v0.1.1 (2023-12-18)
|
## v0.1.1 (2023-12-18)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ categories = ["gui"]
|
||||||
readme = "./README.md"
|
readme = "./README.md"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["x11", "wayland", "wayland-dlopen"]
|
default = ["x11", "wayland", "wayland-dlopen", "wayland-csd-adwaita"]
|
||||||
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
|
wayland-csd-adwaita = ["winit/wayland-csd-adwaita"]
|
||||||
x11 = ["winit/x11"]
|
x11 = ["winit/x11"]
|
||||||
wayland = ["winit/wayland"]
|
wayland = ["winit/wayland"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue