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"]