Android run return (#1604)
* Initial Draft * Minor clean up * cargo fmt * Removed accidental change * Update CHANGELOG.md Co-authored-by: VZout <=>
This commit is contained in:
parent
4b1b314ce2
commit
bf62103417
3 changed files with 99 additions and 38 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#![cfg(any(
|
||||
target_os = "windows",
|
||||
target_os = "macos",
|
||||
target_os = "android",
|
||||
target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"
|
||||
))]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue