This PR adds pages to component preview when clicking on a given component in the sidebar. This will let us create richer previews & better docs for using components in the future. Release Notes: - N/A
27 lines
474 B
TOML
27 lines
474 B
TOML
[package]
|
|
name = "component_preview"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/component_preview.rs"
|
|
|
|
[features]
|
|
default = []
|
|
|
|
[dependencies]
|
|
client.workspace = true
|
|
component.workspace = true
|
|
gpui.workspace = true
|
|
languages.workspace = true
|
|
project.workspace = true
|
|
ui.workspace = true
|
|
workspace.workspace = true
|
|
notifications.workspace = true
|
|
collections.workspace = true
|