This is a stub of the iOS clipboard logic.
This commit is contained in:
parent
22c6dd6c04
commit
958a9386c6
2 changed files with 26 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue