mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-10 12:41:30 +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
|
||||
//!
|
||||
//! Run using `cargo apk run --example android`
|
||||
|
|
Loading…
Reference in a new issue