Why this exists
PR #104 vendors the published bevy_winit 0.19.1 source with source files unchanged and splits its Wayland CSD feature definitions. IDApTIK selects title-free decorations so native Wayland remains available without the ab_glyph -> ttf-parser path.
This is deliberately temporary. A vendored crate does not receive upstream security and correctness fixes automatically.
Removal / update priority
Provenance
The exact rationale and removal condition are committed in vendor/README.md. This issue makes the maintenance obligation visible and schedulable rather than relying only on repository documentation.
Why this exists
PR #104 vendors the published
bevy_winit0.19.1 source with source files unchanged and splits its Wayland CSD feature definitions. IDApTIK selects title-free decorations so native Wayland remains available without theab_glyph->ttf-parserpath.This is deliberately temporary. A vendored crate does not receive upstream security and correctness fixes automatically.
Removal / update priority
bevy_winitversions for independently selectable Wayland CSD/title features.[patch.crates-io]andvendor/bevy_winitas soon as upstream exposes the required feature split.cargo test -p idaptik-bevycargo clippy -p idaptik-bevy --all-targets -- -D warningscargo deny check --hide-inclusion-graphsession-loopbackProvenance
The exact rationale and removal condition are committed in
vendor/README.md. This issue makes the maintenance obligation visible and schedulable rather than relying only on repository documentation.