summaryrefslogtreecommitdiffstats
path: root/graphics/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Bingus <shankern@protonmail.com>2023-06-07 10:47:57 -0700
committerLibravatar Bingus <shankern@protonmail.com>2023-06-07 11:18:26 -0700
commit677f564f087b009842207e6df74aed343454ea17 (patch)
treec241fd569e1eacc07850618423c8d052c8405c77 /graphics/Cargo.toml
parent9554c78f3adc9846b76e9d3b96af06e98fb69aa0 (diff)
downloadiced-677f564f087b009842207e6df74aed343454ea17.tar.gz
iced-677f564f087b009842207e6df74aed343454ea17.tar.bz2
iced-677f564f087b009842207e6df74aed343454ea17.zip
Switched to packing using f16s to maintain acceptable precision.
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"