diff options
author | 2023-01-09 19:23:35 +0100 | |
---|---|---|
committer | 2023-01-09 19:23:35 +0100 | |
commit | 7ccd87c36b54e0d53f65f5774f140a0528ae4504 (patch) | |
tree | bf12f165d43c785adfd4ac906b8f4035035c5d42 /examples/scrollable/Cargo.toml | |
parent | 07d755c6a270bd46fe9752ed57b3ceaddda1f081 (diff) | |
parent | 2d007474dd002dfc936f75f7379f1bbae72c5ad4 (diff) | |
download | iced-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.toml | 1 |
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" |