From fc9411376c5c875e669f4e3665093baaa948de1d Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 5 Apr 2024 17:14:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=96=20Remove=20dioxus-desktop=20dependenc?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 05bef8c..9ebf1f6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,6 @@ edition = "2021" [dependencies] dioxus = "0.5.0" -dioxus-desktop = "0.5.0" dioxus-free-icons = { version = "0.8", features = ["material-design-icons-navigation", "ionicons"] } dioxus-std = { git = "https://github.com/DioxusLabs/dioxus-std.git", branch = "master", features = ["utils"] }