From 2b7b516a466cca73361bb05608043ab0a8ddbf53 Mon Sep 17 00:00:00 2001 From: Daniel Hoffman Date: Thu, 11 Feb 2021 18:15:41 -0600 Subject: [PATCH] use the version on the git because a dependency semver is incompatible otherwise --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18df05b..8c4a5c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["jazzfool"] edition = "2018" [dependencies] -iced = { version = "0.2", features = ["image", "tokio"] } +iced = { git = "https://github.com/hecrj/iced.git", features = ["image", "tokio"] } iced_native = "0.3.0" gstreamer = "0.16" gstreamer-app = "0.16" # appsink