Rename iced_native to iced_runtime
This commit is contained in:
parent
8af69be47e
commit
99e0a71504
39 changed files with 87 additions and 97 deletions
6
runtime/src/system.rs
Normal file
6
runtime/src/system.rs
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
//! Access the native system.
|
||||
mod action;
|
||||
mod information;
|
||||
|
||||
pub use action::Action;
|
||||
pub use information::Information;
|
||||
Loading…
Add table
Add a link
Reference in a new issue