diff options
author | 2023-02-10 20:24:18 +0100 | |
---|---|---|
committer | 2023-02-24 13:38:18 +0100 | |
commit | a0597471b81b122b43e1bb90e43e1bcde1e8a892 (patch) | |
tree | 76b5a343cc2a8817992f078266455da51e0ff16e /Cargo.toml | |
parent | 26e902f7d84290f8163a25c37488d29db4fc0708 (diff) | |
download | iced-a0597471b81b122b43e1bb90e43e1bcde1e8a892.tar.gz iced-a0597471b81b122b43e1bb90e43e1bcde1e8a892.tar.bz2 iced-a0597471b81b122b43e1bb90e43e1bcde1e8a892.zip |
Remove `iced_glutin` and `iced_glow` leftovers
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,7 +38,6 @@ system = ["iced_winit/system"] # Enables chrome traces chrome-trace = [ "iced_winit/chrome-trace", - "iced_glutin?/trace", "iced_wgpu?/tracing", ] @@ -50,7 +49,6 @@ members = [ "core", "futures", "graphics", - "glutin", "lazy", "native", "style", @@ -65,7 +63,6 @@ iced_futures = { version = "0.6", path = "futures" } iced_native = { version = "0.9", path = "native" } iced_graphics = { version = "0.7", path = "graphics" } iced_winit = { version = "0.8", path = "winit", features = ["application"] } -iced_glutin = { version = "0.7", path = "glutin", optional = true } thiserror = "1.0" [dependencies.image_rs] |