From b3629eb6c02c1e409c318f07f21c8c57dc5095cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Tue, 14 May 2024 23:23:49 +0200 Subject: [PATCH] Enable `auto-detect-theme` feature --- src/compiler/Cargo.toml.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/Cargo.toml.template b/src/compiler/Cargo.toml.template index 7327635..6f3557d 100644 --- a/src/compiler/Cargo.toml.template +++ b/src/compiler/Cargo.toml.template @@ -8,4 +8,4 @@ publish = false git = "https://github.com/iced-rs/iced.git" {{ GIT_REFERENCE }} default-features = false -features = ["wgpu", "webgl", "web-colors", "fira-sans"] +features = ["wgpu", "webgl", "web-colors", "fira-sans", "auto-detect-theme"]