diff options
author | 2024-07-11 04:43:48 +0200 | |
---|---|---|
committer | 2024-07-11 04:43:48 +0200 | |
commit | e3726df698c5232023a14f46387e90866bef24c6 (patch) | |
tree | 0b03302904c9bf12238d7c1c254c6da01dde5ecb /widget/Cargo.toml | |
parent | d8944342376c0a0ca283dafd53496c2bfdf405c7 (diff) | |
parent | 5e6c9eeb7e6f9ee985257853a140c19ec7ca1de0 (diff) | |
download | iced-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.toml | 1 |
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 |