diff options
author | 2020-05-21 00:37:47 +0200 | |
---|---|---|
committer | 2020-05-21 00:44:35 +0200 | |
commit | e0e4ee73feead3f05730625c7e1917b63f0b384e (patch) | |
tree | 5cd934cc474a5aacc60359f6fe69a5b9d31fe45b /examples/tour/Cargo.toml | |
parent | a1a5fcfd46622d5b18d1716aa2adb4659835ccf3 (diff) | |
download | iced-e0e4ee73feead3f05730625c7e1917b63f0b384e.tar.gz iced-e0e4ee73feead3f05730625c7e1917b63f0b384e.tar.bz2 iced-e0e4ee73feead3f05730625c7e1917b63f0b384e.zip |
Implement `iced_glutin` :tada:
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" |