mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 20:51:29 +11:00
Disable the android example when not compiling for android
This commit is contained in:
parent
28cbc8f199
commit
35fe9b4d1f
|
@ -1,3 +1,4 @@
|
||||||
|
#![cfg(target_os = "android")]
|
||||||
//! Android example
|
//! Android example
|
||||||
//!
|
//!
|
||||||
//! Run using `cargo apk run --example android`
|
//! Run using `cargo apk run --example android`
|
||||||
|
|
Loading…
Reference in a new issue