ash/Cargo.toml
msiglreith a1a42c067a
Add interoperability functions for raw-window-handle (#308)
* Add ash-window as workspace member

* ash-window: fix repository link

* ash-window: Address CI fmt&clippy issues

* ash-window: Try fix SDL2 CI issues

* ash-window: Remove beryllium example
2020-07-04 15:21:39 +02:00

8 lines
88 B
TOML

[workspace]
members = [
"examples",
"ash",
"ash-window",
"generator",
]