@@ -42,7 +42,7 @@ serde = "1.0.228"
4242serde_json = " 1.0"
4343zip = { version = " 2.1" , default-features = false , features = [" deflate" ] }
4444sha2 = " 0.10"
45- skera = " =0.1.0" # pin because of breaking changes in past patch releases
45+ skera = " =0.1.0" # pin because of breaking changes in past patch releases
4646read-fonts = " 0.37"
4747ttf2woff2 = " 0.11"
4848wuff = " 0.2"
@@ -53,8 +53,12 @@ linebender_resource_handle = "0.1"
5353peniko = " 0.6"
5454kurbo = " 0.13"
5555glifo = " 0.0.0"
56- vello = { version = " 0.8" , features = [ " wgpu" ] }
57- vello_cpu = { version = " 0.0.7" , default-features = false , features = [" std" , " text" , " u8_pipeline" ] }
56+ vello = { version = " 0.8" , features = [" wgpu" ] }
57+ vello_cpu = { version = " 0.0.7" , default-features = false , features = [
58+ " std" ,
59+ " text" ,
60+ " u8_pipeline" ,
61+ ] }
5862vello_hybrid = { version = " 0.0.7" }
5963vello_common = { version = " 0.0.7" }
6064
@@ -81,8 +85,9 @@ wasm-bindgen-futures = "0.4"
8185winit = { version = " 0.30.2" , features = [" rwh_06" ] }
8286
8387[patch .crates-io ]
84- vello = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5" }
85- vello_cpu = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5" }
86- vello_hybrid = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5" }
87- vello_common = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5" }
88- glifo = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5" }
88+ vello = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b" }
89+ vello_cpu = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b" }
90+ vello_hybrid = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b" }
91+ vello_common = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b" }
92+ glifo = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b" }
93+ kurbo = { git = " https://github.com/linebender/kurbo" , rev = " 6836244" }
0 commit comments