summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-16 15:50:19 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-16 15:50:19 +0700
commitdc50a2830ab553dfc5dfc28d4fd1af6b3981c656 (patch)
tree4ff8bce15f88a0ca610551fdd81afa968f7fda58 /Cargo.toml
parent2f557731f313ccc94b5d0ebb4ee5603624670daf (diff)
downloadiced-dc50a2830ab553dfc5dfc28d4fd1af6b3981c656.tar.gz
iced-dc50a2830ab553dfc5dfc28d4fd1af6b3981c656.tar.bz2
iced-dc50a2830ab553dfc5dfc28d4fd1af6b3981c656.zip
Draft `websocket` example :tada:
Diffstat (limited to '')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bb50888a..e553c78f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -88,6 +88,7 @@ members = [
"examples/tooltip",
"examples/tour",
"examples/url_handler",
+ "examples/websocket",
]
[dependencies]