Remove iced_glutin and iced_glow leftovers

This commit is contained in:
Héctor Ramón Jiménez 2023-02-10 20:24:18 +01:00
parent 26e902f7d8
commit a0597471b8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 1 additions and 645 deletions

View file

@ -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]