summaryrefslogtreecommitdiffstats
path: root/examples/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar TimUntersberger <timuntersberger2@gmail.com>2021-06-25 17:16:44 +0200
committerLibravatar TimUntersberger <timuntersberger2@gmail.com>2021-06-25 17:33:40 +0200
commit5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7 (patch)
treeef903447347a70a4a350f390241b576bf262046a /examples/winit/Cargo.toml
parent52d44769a332d1d96a5e9292805a5884073b9185 (diff)
downloadiced-5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7.tar.gz
iced-5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7.tar.bz2
iced-5c45d36d1a8cfd92cd1a454a7f4deedcd4d13fe7.zip
wip
Diffstat (limited to 'examples/winit/Cargo.toml')
-rw-r--r--examples/winit/Cargo.toml2
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 = "../.." }