Move winit itself to crate

That way we use top-level Cargo.toml only for the workspace management
purposes.
This commit is contained in:
Kirill Chibisov
2025-06-07 13:07:12 +09:00
committed by GitHub
parent 478427b0bd
commit 3a84da6951
56 changed files with 140 additions and 134 deletions

View File

@@ -3,6 +3,6 @@ Changelog entries should be put in the [`changelog::unreleased`].
The changelog can also be viewed [on docs.rs][docs_rs] or [on the current
master docs][master_docs].
[`changelog::unreleased`]: src/changelog/unreleased.md
[`changelog::unreleased`]: winit/src/changelog/unreleased.md
[docs_rs]: https://docs.rs/winit/latest/winit/changelog/index.html
[master_docs]: https://rust-windowing.github.io/winit/winit/changelog/index.html