mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
Fix visual test screenshot functionality (#49649)
After #49277 was merged, all visual tests failed to run with the error "FAILED - render_to_image not implemented for this platform". Release Notes: - N/A
This commit is contained in:
parent
be26e1a27f
commit
90d8c26796
2 changed files with 2 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ path = "src/gpui_platform.rs"
|
|||
[features]
|
||||
default = []
|
||||
font-kit = ["gpui_macos/font-kit"]
|
||||
test-support = ["gpui/test-support"]
|
||||
test-support = ["gpui/test-support", "gpui_macos/test-support"]
|
||||
screen-capture = ["gpui/screen-capture", "gpui_macos/screen-capture", "gpui_windows/screen-capture", "gpui_linux/screen-capture"]
|
||||
runtime_shaders = ["gpui_macos/runtime_shaders"]
|
||||
wayland = ["gpui_linux/wayland"]
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ test-support = [
|
|||
visual-tests = [
|
||||
"gpui/test-support",
|
||||
"gpui_platform/screen-capture",
|
||||
"gpui_platform/test-support",
|
||||
"dep:image",
|
||||
"dep:semver",
|
||||
"dep:tempfile",
|
||||
|
|
|
|||
Loading…
Reference in a new issue