Load Theme from theme2 into the storybook

This commit is contained in:
Marshall Bowers
2023-10-25 15:50:50 +02:00
parent a01b507ef4
commit dd34bb273e
3 changed files with 13 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ settings = { path = "../settings" }
smallvec.workspace = true
strum = { version = "0.25.0", features = ["derive"] }
theme = { path = "../theme" }
theme2 = { path = "../theme2" }
rand = "0.8"
[features]