summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-01-14 11:44:59 +0000
committerLibravatar GitHub <noreply@github.com>2025-01-14 11:44:59 +0000
commit28797977584fcc42ae2c29b7adee4725e5aac1c5 (patch)
tree83d092b4f2e31f990ad181176d451f2d765a9455 /Cargo.toml
parentbca293db2a4d4d5a9aa2b85a941b6f31d48072c0 (diff)
parent6fb7ec6cd4abfddd9e697bc2e96c9a360a053910 (diff)
downloadiced-28797977584fcc42ae2c29b7adee4725e5aac1c5.tar.gz
iced-28797977584fcc42ae2c29b7adee4725e5aac1c5.tar.bz2
iced-28797977584fcc42ae2c29b7adee4725e5aac1c5.zip
Merge pull request #2724 from Rudxain/dl2
Upgrade `dark-light` to v2
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" }