storybook: Load GPUI with default features (#19253)
This PR makes it so the Storybook loads GPUI with the default features enabled. This fixes a panic that would occur when trying to run any of the stories. Release Notes: - N/A
This commit is contained in:
parent
d63a49647f
commit
b752548742
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ ctrlc = "3.4"
|
||||||
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
|
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
|
||||||
editor.workspace = true
|
editor.workspace = true
|
||||||
fuzzy.workspace = true
|
fuzzy.workspace = true
|
||||||
gpui.workspace = true
|
gpui = { workspace = true, default-features = true }
|
||||||
indoc.workspace = true
|
indoc.workspace = true
|
||||||
language.workspace = true
|
language.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue