Files
winit/Cargo.toml
John Nunley a97255e0fc chore: Bring up winit-core crate
Signed-off-by: John Nunley <dev@notgull.net>
2024-02-06 18:59:05 -08:00

8 lines
87 B
TOML

[workspace]
members = [
"run-wasm",
"winit",
"winit-core"
]
resolver = "2"