summaryrefslogtreecommitdiffstats
path: root/core/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-08 01:58:52 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-08 01:58:52 +0200
commitd2294737c2e28b3b3050d7bf820bbca09896b00e (patch)
tree169b5c7bc38527f185db4ace2196d609dc08a041 /core/Cargo.toml
parentc1139898c50d22ac3b711801b1058aacef514030 (diff)
downloadiced-d2294737c2e28b3b3050d7bf820bbca09896b00e.tar.gz
iced-d2294737c2e28b3b3050d7bf820bbca09896b00e.tar.bz2
iced-d2294737c2e28b3b3050d7bf820bbca09896b00e.zip
Use `Radians` as a number directly in `gradient` example
Diffstat (limited to 'core/Cargo.toml')
-rw-r--r--core/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml
index 8859e91e..7acb7511 100644
--- a/core/Cargo.toml
+++ b/core/Cargo.toml
@@ -15,6 +15,7 @@ bitflags.workspace = true
log.workspace = true
thiserror.workspace = true
twox-hash.workspace = true
+num-traits.workspace = true
palette.workspace = true
palette.optional = true