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:
Marshall Bowers 2024-10-15 17:55:58 -04:00 committed by GitHub
parent d63a49647f
commit b752548742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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