Files
winit/Cargo.toml
John Nunley 623b3e5070 chore: Move part of error.rs to winit-core
Signed-off-by: John Nunley <dev@notgull.net>
2024-02-06 18:59:06 -08:00

11 lines
198 B
TOML

[workspace]
members = [
"run-wasm",
"winit",
"winit-core"
]
resolver = "2"
[workspace.dependencies]
winit-core = { path = "./winit-core", default-features = false, features = ["std"] }