diff options
author | 2024-05-08 13:22:22 +0200 | |
---|---|---|
committer | 2024-05-08 13:41:12 +0200 | |
commit | bed53f81436c595e479009427e1fa4ff4a1048d3 (patch) | |
tree | 1905c66186c1f68513cdd0fdbbd82ec6b67ac8d3 /Cargo.toml | |
parent | 447f3a2d14ab1c4bc20e232df1aa2375623af2de (diff) | |
download | iced-bed53f81436c595e479009427e1fa4ff4a1048d3.tar.gz iced-bed53f81436c595e479009427e1fa4ff4a1048d3.tar.bz2 iced-bed53f81436c595e479009427e1fa4ff4a1048d3.zip |
Reuse `glyphon::Viewport` explicitly
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |