diff options
author | 2025-01-27 01:27:26 +0100 | |
---|---|---|
committer | 2025-01-27 01:27:26 +0100 | |
commit | da1726b134ae084dd76b9e0a1107a771f69ed7c9 (patch) | |
tree | e107cea585febbf265105662b6fc564a23aaf845 /Cargo.toml | |
parent | 3dc601415dc08bea4376cf92ecf7de3a0f0ba5ff (diff) | |
parent | 81f05f00c2f1a72567b057a8ace54860223b1248 (diff) | |
download | iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.tar.gz iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.tar.bz2 iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.zip |
Merge pull request #2749 from rhysd/const-from-rgb8
Make `Color::from_rgb8` and `Color::from_rgba8` const
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ repository = "https://github.com/iced-rs/iced" homepage = "https://iced.rs" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.81" +rust-version = "1.82" [workspace.dependencies] iced = { version = "0.14.0-dev", path = "." } |