Add Android support (#749)

This commit is contained in:
Laurent le Beau-Martin
2021-09-02 16:54:31 +00:00
committed by GitHub
parent ad4648655f
commit ebb66e26a4
3 changed files with 36 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
#[cfg(target_os = "android")]
pub mod android;
#[cfg(target_os = "dragonfly")]
pub mod dragonfly;
#[cfg(target_os = "freebsd")]