Skip to content

Commit

Permalink
[deps] Use release of peniko. (#200)
Browse files Browse the repository at this point in the history
This also lets us stop building a separate version of kurbo for
xilem_web.
  • Loading branch information
waywardmonkeys authored Apr 15, 2024
1 parent a67ded5 commit 8b29498
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 26 deletions.
31 changes: 6 additions & 25 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/xilem_web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wasm-bindgen = "0.2.87"
paste = "1"
log = "0.4.19"
gloo = { version = "0.8.1", default-features = false, features = ["events", "utils"] }
peniko = { git = "https://github.com/linebender/peniko", rev = "629fc3325b016a8c98b1cd6204cb4ddf1c6b3daa" }
peniko = "0.1.0"

[dependencies.web-sys]
version = "0.3.4"
Expand Down

0 comments on commit 8b29498

Please sign in to comment.