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:
Viktor Zoutman
2020-06-17 15:55:52 +02:00
committed by GitHub
parent 4b1b314ce2
commit bf62103417
3 changed files with 99 additions and 38 deletions

View File

@@ -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"
))]