From 99e0a71504456976ba88040f5d1d3bbc347694ea Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 5 Mar 2023 06:35:20 +0100 Subject: Rename `iced_native` to `iced_runtime` --- native/src/system.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 native/src/system.rs (limited to 'native/src/system.rs') 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; -- cgit