This is a stub of the iOS clipboard logic.

This commit is contained in:
Sebastian Imlay 2019-12-21 19:57:00 -08:00
parent 22c6dd6c04
commit 958a9386c6
2 changed files with 26 additions and 0 deletions

View file

@ -2,6 +2,7 @@
unix,
not(any(
target_os = "macos",
target_os = "ios",
target_os = "android",
target_os = "emscripten"
))
@ -12,6 +13,7 @@ mod platform;
#[cfg(not(all(
unix,
not(any(
target_os = "ios",
target_os = "macos",
target_os = "android",
target_os = "emscripten"