Files
winit/Cargo.toml
John Nunley 3a817647d5 chore: Move winit files to winit subfolder
This will allow us to split off crates from the main winit crate.

Signed-off-by: John Nunley <dev@notgull.net>
2024-02-06 18:58:48 -08:00

7 lines
69 B
TOML

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