Files
android-activity/Cargo.toml
T
Robert Bragg 649b65c0c0 Update examples
- Updates deps
- Some README updates considering the Winit backend based on
  android-activity has been merged upstream
- runs cargo fmt over examples
- Top-level Cargo.toml simply excludes "examples" instead of
  listing each sub-directory separately
2022-11-10 19:28:01 +00:00

9 lines
80 B
TOML

[workspace]
members = [
"android-activity"
]
exclude = [
"examples",
]