diff options
author | 2021-06-25 17:16:44 +0200 | |
---|---|---|
committer | 2021-06-25 17:33:40 +0200 | |
commit | 5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7 (patch) | |
tree | ef903447347a70a4a350f390241b576bf262046a /examples/winit/Cargo.toml | |
parent | 52d44769a332d1d96a5e9292805a5884073b9185 (diff) | |
download | iced-5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7.tar.gz iced-5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7.tar.bz2 iced-5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7.zip |
wip
Diffstat (limited to 'examples/winit/Cargo.toml')
-rw-r--r-- | examples/winit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/winit/Cargo.toml b/examples/winit/Cargo.toml index 6d16a7a9..2d58f031 100644 --- a/examples/winit/Cargo.toml +++ b/examples/winit/Cargo.toml @@ -6,4 +6,4 @@ edition = "2018" publish = false [dependencies] -iced_winit = { path = "../../winit" } +iced = { path = "../.." } |