Skip to content

Commit dd7b60e

Browse files
committed
Update to new piet release
Update druid PR comment while here.
1 parent 1fcd10e commit dd7b60e

File tree

2 files changed

+32
-16
lines changed

2 files changed

+32
-16
lines changed

Cargo.lock

Lines changed: 27 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,13 @@ opt-level = 2
1616

1717
# (merged already) "Build on OpenBSD" https://github.com/linebender/piet/pull/466
1818
[patch.crates-io]
19-
piet = { git = "https://github.com/linebender/piet", commit = "8f7bc70a097d585205573442b970ec087d4e8f3b" }
20-
piet-cairo = { git = "https://github.com/linebender/piet", commit = "8f7bc70a097d585205573442b970ec087d4e8f3b" }
21-
piet-common = { git = "https://github.com/linebender/piet", commit = "8f7bc70a097d585205573442b970ec087d4e8f3b" }
19+
# overwrite dependencies in dependent crates to point at tag 0.5.0
20+
piet = { git = "https://github.com/linebender/piet", commit = "78a301e9ff7bfe344c2d7e4a3c0be4b5a87590ea" }
21+
piet-cairo = { git = "https://github.com/linebender/piet", commit = "78a301e9ff7bfe344c2d7e4a3c0be4b5a87590ea" }
22+
piet-common = { git = "https://github.com/linebender/piet", commit = "78a301e9ff7bfe344c2d7e4a3c0be4b5a87590ea" }
2223

2324
# (merged already) "Build on OpenBSD" https://github.com/linebender/druid/pull/1993
24-
# (not merged yet) "Fix missing import in gtk/window.rs" https://github.com/jpochyla/druid/commit/a9522f58cf2e79662287cc27ab8a6f200fe88400
25+
# (merged already) "Fix missing import in gtk/window.rs" https://github.com/linebender/druid/pull/2011
2526
[patch."git+https://github.com/jpochyla/druid"]
2627
druid = { git = "https://github.com/klemensn/druid", branch = "psst-openbsd" }
2728
druid-derive = { git = "https://github.com/klemensn/druid", branch = "psst-openbsd" }

0 commit comments

Comments
 (0)