Files
oak-gpui/crates/svg_preview/Cargo.toml
T
Finn Evers 9e5438906a svg_preview: Update preview on every buffer edit (#41270)
Closes https://github.com/zed-industries/zed/issues/39104

This fixes an issue where the preview would not work for remote buffers
in the process.

Release Notes:

- Fixed an issue where the SVG preview would not work in remote
scenarios.
- The SVG preview will now rerender on every keypress instead of only on
saves.
2025-10-29 18:49:39 +01:00

21 lines
352 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]
editor.workspace = true
file_icons.workspace = true
gpui.workspace = true
language.workspace = true
ui.workspace = true
workspace.workspace = true