summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Casper Storm <casper.storm@lich.io>2022-12-12 15:27:00 +0100
committerLibravatar Casper Storm <casper.storm@lich.io>2022-12-12 15:27:00 +0100
commitba95042fff378213f5029b2b164d79e768482a47 (patch)
tree2c39410effb4da37a27fee4f2366defb7c04e65d /Cargo.toml
parent1c00adad615f7c2909d175c696765dbe081bde33 (diff)
downloadiced-ba95042fff378213f5029b2b164d79e768482a47.tar.gz
iced-ba95042fff378213f5029b2b164d79e768482a47.tar.bz2
iced-ba95042fff378213f5029b2b164d79e768482a47.zip
Vertical orientation added to Slider.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9c6a435a..e0eec17f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -90,6 +90,7 @@ members = [
"examples/tour",
"examples/url_handler",
"examples/websocket",
+ "examples/slider",
]
[dependencies]