File tree Expand file tree Collapse file tree 2 files changed +32
-16
lines changed Expand file tree Collapse file tree 2 files changed +32
-16
lines changed Original file line number Diff line number Diff line change @@ -16,12 +16,13 @@ opt-level = 2
16
16
17
17
# (merged already) "Build on OpenBSD" https://github.com/linebender/piet/pull/466
18
18
[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" }
22
23
23
24
# (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
25
26
[patch ."git+https://github .com/jpochyla/druid" ]
26
27
druid = { git = " https://github.com/klemensn/druid" , branch = " psst-openbsd" }
27
28
druid-derive = { git = " https://github.com/klemensn/druid" , branch = " psst-openbsd" }
You can’t perform that action at this time.
0 commit comments