From 95c3fc2b65cef0c7e70470a8b70c0df62582feb8 Mon Sep 17 00:00:00 2001 From: Adoo Date: Tue, 12 Sep 2023 09:56:28 +0800 Subject: [PATCH] =?UTF-8?q?build(gpu):=20=F0=9F=8E=A1=20update=20`zerocopy?= =?UTF-8?q?`=20to=20stable=20`0.7.*`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- painter/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4c6f3ed69..d7ff51800 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ usvg = {version = "0.33.0", default-features = false} webbrowser = "0.8.8" wgpu = {version = "0.16.0"} winit = {version = "0.28.5", default-features = false, features = ["x11", "wayland", "wayland-dlopen"]} -zerocopy = "0.7.0-alpha.3" +zerocopy = "0.7.3" [workspace.metadata.release] shared-version = true diff --git a/painter/Cargo.toml b/painter/Cargo.toml index 4fc011ff4..7a54e3fef 100644 --- a/painter/Cargo.toml +++ b/painter/Cargo.toml @@ -26,7 +26,7 @@ serde = {version = "1.0", features = ["rc", "derive"]} serde_json.workspace = true tiny-skia-path = {workspace = true} usvg.workspace = true -zerocopy = {workspace = true, optional = true} +zerocopy = {workspace = true, optional = true, features = ["derive"]} [features] png = ["image/png"]