From df7baa338c0552084b8c08de56681904f2266444 Mon Sep 17 00:00:00 2001 From: Mark Date: Wed, 17 Jan 2024 10:17:27 -0800 Subject: [PATCH] Updated glyphon --- Cargo.lock | 9 +++++---- Cargo.toml | 4 +--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 307141a..aa9d59a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,8 +777,9 @@ dependencies = [ [[package]] name = "glyphon" -version = "0.3.0" -source = "git+https://github.com/grovesNL/glyphon.git?rev=b15437b87f4082e7a96a2ba05ed5063a6047cf95#b15437b87f4082e7a96a2ba05ed5063a6047cf95" +version = "0.4.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "17e87235dcba36007d4990db6253ac04e4efbd16df1f0812c2fefb1217aa2644" dependencies = [ "cosmic-text", "etagere", @@ -1043,9 +1044,9 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "lru" -version = "0.11.1" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4a83fb7698b3643a0e34f9ae6f2e8f0178c0fd42f8b59d493aa271ff3a5bf21" +checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7" dependencies = [ "hashbrown", ] diff --git a/Cargo.toml b/Cargo.toml index 2039632..4acc22d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,6 +63,4 @@ anyhow = "1.0" rand = "0.8.5" walkdir = "2.4.0" toml = "0.8.8" - -# Glyphon's crates.io release doesn't support wgpu 0.18 yet -glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "b15437b87f4082e7a96a2ba05ed5063a6047cf95" } +glyphon = "0.4.1"