s/android/mobile
This commit is contained in:
+3
-3
@@ -1,11 +1,11 @@
|
||||
#[cfg(feature = "web")]
|
||||
mod web;
|
||||
|
||||
#[cfg(any(feature = "desktop", feature = "android"))]
|
||||
#[cfg(any(feature = "desktop", feature = "mobile"))]
|
||||
mod desktop;
|
||||
|
||||
#[cfg(all(feature = "web", not(any(feature = "desktop", feature = "android"))))]
|
||||
#[cfg(all(feature = "web", not(any(feature = "desktop", feature = "mobile"))))]
|
||||
pub use web::*;
|
||||
|
||||
#[cfg(any(feature = "desktop", feature = "android"))]
|
||||
#[cfg(any(feature = "desktop", feature = "mobile"))]
|
||||
pub use desktop::*;
|
||||
|
||||
Reference in New Issue
Block a user