summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-07 00:21:09 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-03-07 00:21:09 +0100
commit37755121d7ad1f70f2ea96f7fd13e3b4b8c4a290 (patch)
tree97f85a5137645c3770432157ad965a6f8a170673 /core/Cargo.toml
parent6785a452eea5f6b6f69bac123789245dacbc936e (diff)
downloadiced-37755121d7ad1f70f2ea96f7fd13e3b4b8c4a290.tar.gz
iced-37755121d7ad1f70f2ea96f7fd13e3b4b8c4a290.tar.bz2
iced-37755121d7ad1f70f2ea96f7fd13e3b4b8c4a290.zip
Sort `iced_core` dependencies
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index e71b75ae..c273fcb4 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,12 +15,12 @@ bitflags.workspace = true
glam.workspace = true
log.workspace = true
num-traits.workspace = true
+once_cell.workspace = true
+palette.workspace = true
smol_str.workspace = true
thiserror.workspace = true
web-time.workspace = true
xxhash-rust.workspace = true
-palette.workspace = true
-once_cell.workspace = true
[target.'cfg(windows)'.dependencies]
raw-window-handle.workspace = true