Skip to content

Commit f273b38

Browse files
committed
Update piet
- closes #958
1 parent 208e00a commit f273b38

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

druid-shell/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ default-target = "x86_64-pc-windows-msvc"
1818
[dependencies]
1919
# NOTE: When changing the piet or kurbo versions, ensure that
2020
# the kurbo version included in piet is compatible with the kurbo version specified here.
21-
piet-common = "0.1.0"
21+
piet-common = "0.1.1"
2222
kurbo = "0.6.0"
2323

2424
log = "0.4.8"
@@ -74,4 +74,4 @@ version = "0.3.36"
7474
features = ["Window", "MouseEvent", "CssStyleDeclaration", "WheelEvent", "KeyEvent", "KeyboardEvent"]
7575

7676
[dev-dependencies]
77-
piet-common = { version = "0.1.0", features = ["png"] }
77+
piet-common = { version = "0.1.1", features = ["png"] }

0 commit comments

Comments
 (0)