summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Ricardo Fernández Serrata <76864299+Rudxain@users.noreply.github.com>2025-01-09 19:20:21 -0400
committerLibravatar GitHub <noreply@github.com>2025-01-09 19:20:21 -0400
commitcb19e152cd57f63d13d02758fc0f01ded1fd0172 (patch)
tree0fc917cfd5dbe8b7ffe90a3ee4fa35d0ae8a6e60 /Cargo.toml
parente722c4ee4f80833ba0b1013cadd546ebc3f490ce (diff)
downloadiced-cb19e152cd57f63d13d02758fc0f01ded1fd0172.tar.gz
iced-cb19e152cd57f63d13d02758fc0f01ded1fd0172.tar.bz2
iced-cb19e152cd57f63d13d02758fc0f01ded1fd0172.zip
`dark-light`: 1 -> 2 (in root Cargo.toml)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9059cfd9..5476d779 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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" }