summaryrefslogtreecommitdiffstats
path: root/widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-07-11 04:43:48 +0200
committerLibravatar GitHub <noreply@github.com>2024-07-11 04:43:48 +0200
commite3726df698c5232023a14f46387e90866bef24c6 (patch)
tree0b03302904c9bf12238d7c1c254c6da01dde5ecb /widget/Cargo.toml
parentd8944342376c0a0ca283dafd53496c2bfdf405c7 (diff)
parent5e6c9eeb7e6f9ee985257853a140c19ec7ca1de0 (diff)
downloadiced-e3726df698c5232023a14f46387e90866bef24c6.tar.gz
iced-e3726df698c5232023a14f46387e90866bef24c6.tar.bz2
iced-e3726df698c5232023a14f46387e90866bef24c6.zip
Merge pull request #2498 from iced-rs/iced-widget
Add `iced` widget helper to display the iced logo :comet:
Diffstat (limited to '')
-rw-r--r--widget/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/widget/Cargo.toml b/widget/Cargo.toml
index 3c9f6a54..498a768b 100644
--- a/widget/Cargo.toml
+++ b/widget/Cargo.toml
@@ -31,6 +31,7 @@ iced_renderer.workspace = true
iced_runtime.workspace = true
num-traits.workspace = true
+once_cell.workspace = true
rustc-hash.workspace = true
thiserror.workspace = true
unicode-segmentation.workspace = true