diff options
author | 2023-03-05 06:23:40 +0100 | |
---|---|---|
committer | 2023-03-05 06:23:40 +0100 | |
commit | 8af69be47e88896b3c5f70174db609eee0c67971 (patch) | |
tree | bf9b04335def215c2c3bacda2afe4c2125346dc8 /native/src/lib.rs | |
parent | 43414bbdfb080b7aa3c702d944cc9d0c9c0fd14b (diff) | |
download | iced-8af69be47e88896b3c5f70174db609eee0c67971.tar.gz iced-8af69be47e88896b3c5f70174db609eee0c67971.tar.bz2 iced-8af69be47e88896b3c5f70174db609eee0c67971.zip |
Converge `Command` types from `iced_futures` and `iced_native`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r-- | native/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs index 2d2e5b38..aa45e57a 100644 --- a/native/src/lib.rs +++ b/native/src/lib.rs @@ -50,7 +50,6 @@ pub mod keyboard; pub mod program; pub mod system; pub mod user_interface; -pub mod widget; pub mod window; // We disable debug capabilities on release builds unless the `debug` feature |