From 0395dcc2181a5bf0fc68907e28bb83b57b63dfa7 Mon Sep 17 00:00:00 2001 From: pml68 Date: Fri, 21 Feb 2025 17:28:10 +0100 Subject: chore: update to `iced` 0.14-dev --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 97cd61e..4d1780c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,12 @@ keywords = ["gui", "ui", "graphics", "interface", "widgets"] rust-version = "1.80" [dependencies] -iced_core = "0.13.2" syntect = { version = "5.2", default-features = false, features = ["default-syntaxes", "regex-onig"] } +[dependencies.iced_core] +git = "https://github.com/iced-rs/iced" +rev = "97f1db3783dca5a4f60a9f89668613de4dfe9edd" + [package.metadata.docs.rs] rustdoc-args = ["--cfg", "docsrs"] all-features = true -- cgit v1.2.3