Skip to content

Commit 766bcd8

Browse files
committed
Use Bruce's texture invalidation fix
Signed-off-by: Nico Burns <nico@nicoburns.com>
1 parent b145202 commit 766bcd8

2 files changed

Lines changed: 27 additions & 20 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ wuff = "0.2"
5151

5252
linebender_resource_handle = "0.1"
5353
peniko = "0.6"
54-
kurbo = "0.13"
54+
kurbo = "0.13.1"
5555
# glifo = { version = "0.0.0" }color = "0.3"
5656
# vello = { version = "0.8", features = ["wgpu"] }
5757
# vello_cpu = { version = "0.0.7", default-features = false, features = [
@@ -61,17 +61,17 @@ kurbo = "0.13"
6161
# ] }
6262
# vello_hybrid = { version = "0.0.7" }
6363
# vello_common = { version = "0.0.7" }
64-
glifo = { git = "https://github.com/linebender/vello", rev = "7023c3f03deff7100d2fc2e361959a439f14a3b7" }
65-
vello = { git = "https://github.com/linebender/vello", rev = "7023c3f03deff7100d2fc2e361959a439f14a3b7", features = [
64+
glifo = { git = "https://github.com/linebender/vello", rev = "e58c90b68a6e9685f203e932de8d50788cfea515" }
65+
vello = { git = "https://github.com/linebender/vello", rev = "e58c90b68a6e9685f203e932de8d50788cfea515", features = [
6666
"wgpu",
6767
] }
68-
vello_cpu = { git = "https://github.com/linebender/vello", rev = "7023c3f03deff7100d2fc2e361959a439f14a3b7", default-features = false, features = [
68+
vello_cpu = { git = "https://github.com/linebender/vello", rev = "e58c90b68a6e9685f203e932de8d50788cfea515", default-features = false, features = [
6969
"std",
7070
"text",
7171
"u8_pipeline",
7272
] }
73-
vello_hybrid = { git = "https://github.com/linebender/vello", rev = "7023c3f03deff7100d2fc2e361959a439f14a3b7" }
74-
vello_common = { git = "https://github.com/linebender/vello", rev = "7023c3f03deff7100d2fc2e361959a439f14a3b7" }
73+
vello_hybrid = { git = "https://github.com/linebender/vello", rev = "e58c90b68a6e9685f203e932de8d50788cfea515" }
74+
vello_common = { git = "https://github.com/linebender/vello", rev = "e58c90b68a6e9685f203e932de8d50788cfea515" }
7575

7676
# Rendering
7777
wgpu = "29"

0 commit comments

Comments
 (0)