summaryrefslogtreecommitdiffstats
path: root/examples/scrollable/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-01-09 19:23:35 +0100
committerLibravatar GitHub <noreply@github.com>2023-01-09 19:23:35 +0100
commit7ccd87c36b54e0d53f65f5774f140a0528ae4504 (patch)
treebf12f165d43c785adfd4ac906b8f4035035c5d42 /examples/scrollable/Cargo.toml
parent07d755c6a270bd46fe9752ed57b3ceaddda1f081 (diff)
parent2d007474dd002dfc936f75f7379f1bbae72c5ad4 (diff)
downloadiced-7ccd87c36b54e0d53f65f5774f140a0528ae4504.tar.gz
iced-7ccd87c36b54e0d53f65f5774f140a0528ae4504.tar.bz2
iced-7ccd87c36b54e0d53f65f5774f140a0528ae4504.zip
Merge pull request #1550 from bungoboingo/feat/multidirectional-scrolling
[Feature] Multidirectional scrolling
Diffstat (limited to 'examples/scrollable/Cargo.toml')
-rw-r--r--examples/scrollable/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/scrollable/Cargo.toml b/examples/scrollable/Cargo.toml
index 610c13b4..e6411e26 100644
--- a/examples/scrollable/Cargo.toml
+++ b/examples/scrollable/Cargo.toml
@@ -7,3 +7,4 @@ publish = false
[dependencies]
iced = { path = "../..", features = ["debug"] }
+once_cell = "1.16.0"