summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-08 13:22:22 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-08 13:41:12 +0200
commitbed53f81436c595e479009427e1fa4ff4a1048d3 (patch)
tree1905c66186c1f68513cdd0fdbbd82ec6b67ac8d3 /Cargo.toml
parent447f3a2d14ab1c4bc20e232df1aa2375623af2de (diff)
downloadiced-bed53f81436c595e479009427e1fa4ff4a1048d3.tar.gz
iced-bed53f81436c595e479009427e1fa4ff4a1048d3.tar.bz2
iced-bed53f81436c595e479009427e1fa4ff4a1048d3.zip
Reuse `glyphon::Viewport` explicitly
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4f50f018..1bd26ea6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -142,7 +142,7 @@ cosmic-text = "0.10"
dark-light = "1.0"
futures = "0.3"
glam = "0.25"
-glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "cd66a24859cf30b0b8cabf06256dacad362ed44a" }
+glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "f410f3ab4fc7b484003684881124cb0ee7ef2e01" }
guillotiere = "0.6"
half = "2.2"
image = "0.24"