diff options
author | 2019-10-10 05:44:33 +0200 | |
---|---|---|
committer | 2019-10-10 05:44:33 +0200 | |
commit | fb8b50ab793bd54976bb8c5b4b890c9f97f17c54 (patch) | |
tree | 9da83a5923dee7c8129b47fbda2851d72ea08244 /native/Cargo.toml | |
parent | a92a0b73ed7ed935df762d06c4249894fd35b227 (diff) | |
download | iced-fb8b50ab793bd54976bb8c5b4b890c9f97f17c54.tar.gz iced-fb8b50ab793bd54976bb8c5b4b890c9f97f17c54.tar.bz2 iced-fb8b50ab793bd54976bb8c5b4b890c9f97f17c54.zip |
Move `winit` conversions to `iced_winit`
Diffstat (limited to 'native/Cargo.toml')
-rw-r--r-- | native/Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/native/Cargo.toml b/native/Cargo.toml index 07c14535..6870649a 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -15,6 +15,3 @@ iced_core = { version = "0.1.0-alpha", path = "../core" } stretch = "0.2" twox-hash = "1.5" raw-window-handle = "0.1" - -# Enable to obtain conversion traits -winit = { version = "0.20.0-alpha3", optional = true } |