summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2023-06-27 22:10:17 +0200
committerLibravatar GitHub <noreply@github.com>2023-06-27 22:10:17 +0200
commitc7332c15227b5b079fba4c553c321a2528abd121 (patch)
tree42360ebdd24684fb42d9185b7f888b72d418a1e0 /graphics/Cargo.toml
parentf6966268bb6d58b4b03ba61fc5732e1bf016e2a1 (diff)
parent677f564f087b009842207e6df74aed343454ea17 (diff)
downloadiced-c7332c15227b5b079fba4c553c321a2528abd121.tar.gz
iced-c7332c15227b5b079fba4c553c321a2528abd121.tar.bz2
iced-c7332c15227b5b079fba4c553c321a2528abd121.zip
Merge pull request #1885 from bungoboingo/gradient-packing-optimization
Small gradient optimization
Diffstat (limited to 'graphics/Cargo.toml')
-rw-r--r--graphics/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml
index 0e22227d..02621695 100644
--- a/graphics/Cargo.toml
+++ b/graphics/Cargo.toml
@@ -18,6 +18,7 @@ web-colors = []
[dependencies]
glam = "0.24"
+half = "2.2.1"
log = "0.4"
raw-window-handle = "0.5"
thiserror = "1.0"