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.
21 lines
352 B
TOML
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
|