diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-21 16:15:12 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-21 16:15:12 +0100 |
| commit | 53a48a778af34bd25963881539e6f66f47dc5580 (patch) | |
| tree | 23a4193a40506fc354eaea626c9e8d58d343abae /Cargo.toml | |
| parent | 6e0a9ec574dcc6da863c6d8e482c5a2cb4701df4 (diff) | |
add resizable pane
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] -iced = { version = "0.10.0", features = ["canvas", "advanced"] } +iced = { version = "0.10.0", features = ["canvas", "advanced", "lazy"] } |