dark-light: 1 -> 2 (in root Cargo.toml)

This commit is contained in:
Ricardo Fernández Serrata 2025-01-09 19:20:21 -04:00 committed by GitHub
parent e722c4ee4f
commit cb19e152cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,7 @@ bitflags = "2.0"
bytemuck = { version = "1.0", features = ["derive"] }
bytes = "1.6"
cosmic-text = "0.12"
dark-light = "1.0"
dark-light = "2.0"
futures = "0.3"
glam = "0.25"
glyphon = { git = "https://github.com/hecrj/glyphon.git", rev = "09712a70df7431e9a3b1ac1bbd4fb634096cb3b4" }