mirror of
https://github.com/rust-mobile/android-activity.git
synced 2026-07-09 16:27:28 +00:00
bd8cc86ec7
This example shows how to draw a triangle with GL[ES via the Glutin crate (the app works on desktop and Android) and on Android it demonstrates how to re-create the applications surface state when it is paused and resumed. The Renderer code and some utilities are from the upstream Glutin example.
20 lines
415 B
TOML
20 lines
415 B
TOML
[workspace]
|
|
members = [
|
|
"android-activity"
|
|
]
|
|
|
|
exclude = [
|
|
"examples/agdk-mainloop",
|
|
"examples/agdk-winit-wgpu",
|
|
"examples/agdk-eframe",
|
|
"examples/agdk-egui",
|
|
"examples/agdk-oboe",
|
|
"examples/agdk-cpal",
|
|
"examples/na-mainloop",
|
|
"examples/na-winit-wgpu",
|
|
"examples/na-subclass-jni",
|
|
"examples/na-openxr-info",
|
|
"examples/na-openxr-wgpu",
|
|
"examples/na-winit-glutin"
|
|
]
|