From 246079b33a3b48b92f89f36cf6274dc65931bf8c Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 14 Jan 2024 13:03:18 -0800 Subject: [PATCH] Minor dependency edit --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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" }