Skip to content

Commit

Permalink
Bump vello and remove wgpu override.
Browse files Browse the repository at this point in the history
  • Loading branch information
xorgy committed Mar 2, 2024
1 parent a13a814 commit d7f474e
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 37 deletions.
53 changes: 21 additions & 32 deletions Cargo.lock

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

7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ taffy = ["dep:taffy"]
[dependencies]
xilem_core.workspace = true
taffy = { version = "0.4.0", optional = true }
vello = { git = "https://github.com/linebender/vello", rev = "6fa114c020f8656947e283bdf4bed96fe7a54c70" }
wgpu = "0.19.0"
vello = { git = "https://github.com/linebender/vello", rev = "ee072f11bd0047bb53988b0f93aec5e2b0daf9c3" }
wgpu = "0.19.3"
parley = { git = "https://github.com/dfrg/parley", rev = "1940d1ae9f2a9b44b7c18967147ffa7d345fdafd" }
tokio = { version = "1.35", features = ["full"] }
futures-task = "0.3"
Expand All @@ -63,6 +63,3 @@ winit = { version = "0.29", features = ["rwh_05"] }
[dev-dependencies]
env_logger = "0.10.0"
test-log = "0.2.11"

[patch.crates-io]
wgpu = { git = 'https://github.com/gfx-rs/wgpu.git' }

0 comments on commit d7f474e

Please sign in to comment.