diff options
author | 2023-03-05 06:35:20 +0100 | |
---|---|---|
committer | 2023-03-05 06:35:20 +0100 | |
commit | 99e0a71504456976ba88040f5d1d3bbc347694ea (patch) | |
tree | a228c064fd3847831ff8072aa9375dc59db47f47 /native/src/system.rs | |
parent | 8af69be47e88896b3c5f70174db609eee0c67971 (diff) | |
download | iced-99e0a71504456976ba88040f5d1d3bbc347694ea.tar.gz iced-99e0a71504456976ba88040f5d1d3bbc347694ea.tar.bz2 iced-99e0a71504456976ba88040f5d1d3bbc347694ea.zip |
Rename `iced_native` to `iced_runtime`
Diffstat (limited to 'native/src/system.rs')
-rw-r--r-- | native/src/system.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/native/src/system.rs b/native/src/system.rs deleted file mode 100644 index 61c8ff29..00000000 --- a/native/src/system.rs +++ /dev/null @@ -1,6 +0,0 @@ -//! Access the native system. -mod action; -mod information; - -pub use action::Action; -pub use information::Information; |