diff options
Diffstat (limited to '')
-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" |