mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 05:15:00 +00:00
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"] }
|
||||
editor.workspace = true
|
||||
fuzzy.workspace = true
|
||||
gpui.workspace = true
|
||||
gpui = { workspace = true, default-features = true }
|
||||
indoc.workspace = true
|
||||
language.workspace = true
|
||||
log.workspace = true
|
||||
|
|
Loading…
Reference in a new issue