Skip to content

Commit

Permalink
build(gpu): 🎡 update zerocopy to stable 0.7.*
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Adoo committed Sep 12, 2023
1 parent 0cc42f2 commit 95c3fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion painter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 95c3fc2

Please sign in to comment.