diff --git a/Cargo.lock b/Cargo.lock index 933a559..307141a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -778,7 +778,7 @@ dependencies = [ [[package]] name = "glyphon" version = "0.3.0" -source = "git+https://github.com/grovesNL/glyphon.git?branch=main#b15437b87f4082e7a96a2ba05ed5063a6047cf95" +source = "git+https://github.com/grovesNL/glyphon.git?rev=b15437b87f4082e7a96a2ba05ed5063a6047cf95#b15437b87f4082e7a96a2ba05ed5063a6047cf95" dependencies = [ "cosmic-text", "etagere", diff --git a/Cargo.toml b/Cargo.toml index 6b6047e..2039632 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,6 @@ galactica = { path = "crates/galactica" } image = { version = "0.24", features = ["png"] } serde = { version = "1.0.193", features = ["derive"] } -# TODO: update winit, but wgpu seems to be tied to this version winit = "0.28" wgpu = "0.18" bytemuck = { version = "1.12", features = ["derive"] } @@ -64,5 +63,6 @@ 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", branch = "main" } +glyphon = { git = "https://github.com/grovesNL/glyphon.git", rev = "b15437b87f4082e7a96a2ba05ed5063a6047cf95" }