diff options
author | 2025-01-14 11:44:59 +0000 | |
---|---|---|
committer | 2025-01-14 11:44:59 +0000 | |
commit | 28797977584fcc42ae2c29b7adee4725e5aac1c5 (patch) | |
tree | 83d092b4f2e31f990ad181176d451f2d765a9455 /Cargo.toml | |
parent | bca293db2a4d4d5a9aa2b85a941b6f31d48072c0 (diff) | |
parent | 6fb7ec6cd4abfddd9e697bc2e96c9a360a053910 (diff) | |
download | iced-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" } |