Skip to content

Commit 610fce4

Browse files
committed
Merge branch 'release'
2 parents 8a1bea3 + 51577a9 commit 610fce4

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
Skia Submodule Status: chrome/m117 ([upstream changes][skia-upstream], [our changes][skia-ours]).
66

7-
[skia-upstream]: https://github.com/rust-skia/skia/compare/m117-0.65.2...google:chrome/m117
8-
[skia-ours]: https://github.com/google/skia/compare/chrome/m117...rust-skia:m117-0.65.2
7+
[skia-upstream]: https://github.com/rust-skia/skia/compare/m117-0.65.3...google:chrome/m117
8+
[skia-ours]: https://github.com/google/skia/compare/chrome/m117...rust-skia:m117-0.65.3
99

1010
## About
1111

skia-bindings/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["skia", "rust-bindings", "vulkan", "opengl", "pdf"]
99
categories = ["external-ffi-bindings", "graphics", "multimedia::images", "rendering::graphics-api", "visualization"]
1010
license = "MIT"
1111

12-
version = "0.66.2"
12+
version = "0.66.3"
1313
authors = ["LongYinan <[email protected]>", "Armin Sander <[email protected]>"]
1414
edition = "2021"
1515
build = "build.rs"

skia-bindings/skia

skia-safe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ shaper = ["textlayout", "skia-bindings/shaper"]
4848
[dependencies]
4949
bitflags = "2.0"
5050
lazy_static = "1.4"
51-
skia-bindings = { version = "=0.66.2", path = "../skia-bindings", default-features = false }
51+
skia-bindings = { version = "=0.66.3", path = "../skia-bindings", default-features = false }
5252

5353
# D3D types
5454
winapi = { version = "0.3.9", features = ["d3d12", "dxgi"], optional = true }

0 commit comments

Comments
 (0)