mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-11 09:08:53 +00:00
ecd03edb1a
Based on the android example that's in the cpal repo, this test plays a 440hz sine wave and is based on GameActivity Note: this requires a workaround branch for cpal that comments out a dev-dependency on ndk-glue that cpal has for its android example. This is needed because Cargo is spuriously propagating this dev dependency outside of the cpal package (which leads to a crash)
16 lines
293 B
TOML
16 lines
293 B
TOML
[workspace]
|
|
members = [
|
|
"android-activity"
|
|
]
|
|
|
|
exclude = [
|
|
"examples/agdk-mainloop",
|
|
"examples/agdk-winit-wgpu",
|
|
"examples/agdk-egui",
|
|
"examples/agdk-oboe",
|
|
"examples/agdk-cpal",
|
|
"examples/na-mainloop",
|
|
"examples/na-winit-wgpu",
|
|
"examples/na-subclass-jni"
|
|
]
|