Minor dependency edit

master
Mark 2024-01-14 13:03:18 -08:00
parent 2a7d4a7688
commit 246079b33a
Signed by: Mark
GPG Key ID: C6D63995FE72FD80
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -778,7 +778,7 @@ dependencies = [
[[package]] [[package]]
name = "glyphon" name = "glyphon"
version = "0.3.0" 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 = [ dependencies = [
"cosmic-text", "cosmic-text",
"etagere", "etagere",

View File

@ -52,7 +52,6 @@ galactica = { path = "crates/galactica" }
image = { version = "0.24", features = ["png"] } image = { version = "0.24", features = ["png"] }
serde = { version = "1.0.193", features = ["derive"] } serde = { version = "1.0.193", features = ["derive"] }
# TODO: update winit, but wgpu seems to be tied to this version
winit = "0.28" winit = "0.28"
wgpu = "0.18" wgpu = "0.18"
bytemuck = { version = "1.12", features = ["derive"] } bytemuck = { version = "1.12", features = ["derive"] }
@ -64,5 +63,6 @@ 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's crates.io release doesn't support wgpu 0.18 yet # 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" }