Skip to content

Commit

Permalink
really fix android builds this time
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Aug 22, 2024
1 parent d02765a commit 3beb203
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/vello_editor/src/text.rs
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 3beb203

Please sign in to comment.