From 36dc8675f5757c81d3b78da19d6f7bb4f34a555c Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Thu, 2 Dec 2021 19:57:16 +0100 Subject: Implement hello-world gui with iced Signed-off-by: Matthias Beyer --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6766fe6..1760305 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,10 +39,16 @@ libp2p = "0.39.1" tracing = "0.1" ctrlc = "3.2" +iced_native = "0.4.0" +iced_wgpu = "0.4.0" + [dependencies.ipfs] git = "https://github.com/rs-ipfs/rust-ipfs/" rev = "ad3ab49b4d9236363969b0f74f14aabc7c906b3b" +[dependencies.iced] +version = "0.3.0" +features = ["glow", "tokio", "debug"] [dev-dependencies] multibase = "0.8" -- cgit v1.2.3