diff options
Diffstat (limited to 'examples/tour/Cargo.toml')
-rw-r--r-- | examples/tour/Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/tour/Cargo.toml b/examples/tour/Cargo.toml index b34c5feb..96749e90 100644 --- a/examples/tour/Cargo.toml +++ b/examples/tour/Cargo.toml @@ -6,6 +6,5 @@ edition = "2018" publish = false [dependencies] -iced_winit = { path = "../../winit", features = ["debug"] } -iced_glow = { path = "../../glow" } +iced = { path = "../..", features = ["image", "debug"] } env_logger = "0.7" |