summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2021-06-25 14:47:14 +0200
committerLibravatar GitHub <noreply@github.com>2021-06-25 14:47:14 +0200
commit06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f (patch)
treeacf6d59469d89e46020cb7a27ce217294ed47e9e /Cargo.toml
parentd2c8a3e04b02a1fcf54504bcbd41c488a8bba88a (diff)
parent612585109ffc9a14a507c3c8423c6aa790c35cbf (diff)
downloadiced-06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f.tar.gz
iced-06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f.tar.bz2
iced-06d0158efbaadc5ae0a6dea22e7a761a3e1c2a8f.zip
Merge pull request #917 from derezzedex/macos-url
Enable receiving URLs on MacOS
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6d894eba..329877c8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -84,6 +84,7 @@ members = [
"examples/todos",
"examples/tour",
"examples/tooltip",
+ "examples/url_handler",
]
[dependencies]