Minor dependency edit
parent
2a7d4a7688
commit
246079b33a
|
@ -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",
|
||||
|
|
|
@ -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" }
|
||||
|
|
Loading…
Reference in New Issue