aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-01-21 16:15:12 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2024-01-21 16:15:12 +0100
commit53a48a778af34bd25963881539e6f66f47dc5580 (patch)
tree23a4193a40506fc354eaea626c9e8d58d343abae /Cargo.toml
parent6e0a9ec574dcc6da863c6d8e482c5a2cb4701df4 (diff)
add resizable pane
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5355bd3..650e89b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"] }