Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Apr 26, 2024
1 parent 41a42f5 commit 467c606
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
name: CI

on:
push:
pull_request:
merge_group:

Expand Down
34 changes: 26 additions & 8 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ xilem_core = { version = "0.1.0", path = "crates/xilem_core" }
masonry = { version = "0.1.0", path = "crates/masonry" }
kurbo = "0.11.0"
winit = { version = "0.29", features = ["rwh_05"] }
parley = { git = "https://github.com/linebender/parley", rev = "9e2be05f4bd8935758dc0074638c2ec6eaff3806" }
parley = { git = "https://github.com/linebender/parley", rev = "75199b2d5776268fca5395bde10ecb4924892681" }
vello = { git = "https://github.com/linebender/vello/", rev = "b520a35addfa6bbb37d93491d2b8236528faf3b5" }

[workspace.lints]
Expand Down

0 comments on commit 467c606

Please sign in to comment.