mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 15:13:13 -04:00
This will allow us to split off crates from the main winit crate. Signed-off-by: John Nunley <dev@notgull.net>
7 lines
69 B
TOML
7 lines
69 B
TOML
[workspace]
|
|
members = [
|
|
"run-wasm",
|
|
"winit"
|
|
]
|
|
resolver = "2"
|