From d2451693451f2159a165e94083a03b2e6043650c Mon Sep 17 00:00:00 2001 From: Adrien Date: Fri, 5 Apr 2024 16:16:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=B8=20Make=20desktop=20the=20default?= =?UTF-8?q?=20target?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 419cd09..81da87b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,5 +42,5 @@ regex = "1.10.3" template = "--" [features] -default = [] +default = ["desktop"] desktop = ["dioxus/desktop"]