Skip to content

Commit

Permalink
Patch piet-common
Browse files Browse the repository at this point in the history
  • Loading branch information
cmyr committed May 12, 2020
1 parent 9c806be commit d5ce484
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 89 deletions.
111 changes: 23 additions & 88 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ members = [
"docs/book_examples",
"druid/examples/wasm",
]

[patch.crates-io]
piet-common = { git = "https://github.com/linebender/piet.git", branch = "image-fixes", features= ["png"] }
2 changes: 1 addition & 1 deletion druid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ console_log = "0.1.2"
[dev-dependencies]
float-cmp = { version = "0.6.0", default-features = false }
tempfile = "3.1.0"
piet-common = {version = "0.0.12", features = ["png"]}
piet-common = {version = "0.0.13", features = ["png"]}

0 comments on commit d5ce484

Please sign in to comment.