Archived
el-ui v2: universal platform, service bindings, AOP, auth, publish pipeline
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//! Platform backend implementations.
|
||||
|
||||
pub mod android;
|
||||
pub mod ios;
|
||||
pub mod linux;
|
||||
pub mod macos;
|
||||
pub mod server;
|
||||
pub mod web;
|
||||
pub mod windows;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
Reference in New Issue
Block a user