Updated glyphon

master
Mark 2024-01-17 10:17:27 -08:00
parent 3561baa99c
commit df7baa338c
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 6 additions and 7 deletions

9
Cargo.lock generated
View File

@ -777,8 +777,9 @@ dependencies = [
[[package]] [[package]]
name = "glyphon" name = "glyphon"
version = "0.3.0" version = "0.4.1"
source = "git+https://github.com/grovesNL/glyphon.git?rev=b15437b87f4082e7a96a2ba05ed5063a6047cf95#b15437b87f4082e7a96a2ba05ed5063a6047cf95" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17e87235dcba36007d4990db6253ac04e4efbd16df1f0812c2fefb1217aa2644"
dependencies = [ dependencies = [
"cosmic-text", "cosmic-text",
"etagere", "etagere",
@ -1043,9 +1044,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]] [[package]]
name = "lru" name = "lru"
version = "0.11.1" version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7"
dependencies = [ dependencies = [
"hashbrown", "hashbrown",
] ]

View File

@ -63,6 +63,4 @@ anyhow = "1.0"
rand = "0.8.5" rand = "0.8.5"
walkdir = "2.4.0" walkdir = "2.4.0"
toml = "0.8.8" toml = "0.8.8"
glyphon = "0.4.1"
# Glyphon's crates.io release doesn't support wgpu 0.18 yet
glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "b15437b87f4082e7a96a2ba05ed5063a6047cf95" }