Add importing-themes
feature flag to theme2
crate
When this feature is set the `themes` module won't be compiled. This allows us to run the `theme_importer` even when the `themes` module has compile errors in it.
This commit is contained in:
parent
60eae3e50a
commit
ff19a0ca18
4 changed files with 9 additions and 4 deletions
|
@ -14,5 +14,5 @@ log.workspace = true
|
|||
rust-embed.workspace = true
|
||||
serde.workspace = true
|
||||
simplelog = "0.9"
|
||||
theme = { package = "theme2", path = "../theme2" }
|
||||
theme = { package = "theme2", path = "../theme2", features = ["importing-themes"] }
|
||||
uuid.workspace = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue