Files
zed/crates/svg_preview/Cargo.toml
Lukas Wirth 29f9853978 svg_preview: Remove unnecessary dependency on editor (#43147)
Editor is a choke point in our compilation graph while also being a very
common crate that is being edited. So reducing things that depend on it
will generally improve compilation times for us.

Release Notes:

- N/A *or* Added/Fixed/Improved ...
2025-11-20 12:18:50 +01:00

21 lines
358 B
TOML

[package]
name = "svg_preview"
version = "0.1.0"
edition.workspace = true
publish.workspace = true
license = "GPL-3.0-or-later"
[lints]
workspace = true
[lib]
path = "src/svg_preview.rs"
[dependencies]
multi_buffer.workspace = true
file_icons.workspace = true
gpui.workspace = true
language.workspace = true
ui.workspace = true
workspace.workspace = true