Files
android-activity/Cargo.toml
T
Robert Bragg a73f9202d0 Add minimal Oboe audio library example
Based on the demo in the oboe-rs repo this is a minimal example that
runs with GameActivity and plays a 440Hz sine wave
2022-07-26 01:31:56 +01:00

15 lines
267 B
TOML

[workspace]
members = [
"android-activity"
]
exclude = [
"examples/agdk-mainloop",
"examples/agdk-winit-wgpu",
"examples/agdk-egui",
"examples/agdk-oboe",
"examples/na-mainloop",
"examples/na-winit-wgpu",
"examples/na-subclass-jni"
]