diff --git a/examples/vello_editor/src/text.rs b/examples/vello_editor/src/text.rs index 7549bbde..897654a8 100644 --- a/examples/vello_editor/src/text.rs +++ b/examples/vello_editor/src/text.rs @@ -1,6 +1,7 @@ // Copyright 2024 the Parley Authors // SPDX-License-Identifier: Apache-2.0 OR MIT +#[cfg(not(target_os = "android"))] use clipboard_rs::{Clipboard, ClipboardContext}; use parley::layout::cursor::{Selection, VisualMode}; use parley::layout::Affinity;