@@ -42,17 +42,17 @@ 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"
4949
5050# Linebender
51- color = " 0.3 "
51+
5252linebender_resource_handle = " 0.1"
5353peniko = " 0.6"
5454kurbo = " 0.13"
55- # glifo = { version = "0.0.0" }
55+ # 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 = [
5858# "std",
@@ -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 = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5 " }
65- vello = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5 " , features = [
64+ glifo = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b " }
65+ vello = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b " , features = [
6666 " wgpu" ,
6767] }
68- vello_cpu = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5 " , default-features = false , features = [
68+ vello_cpu = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b " , default-features = false , features = [
6969 " std" ,
7070 " text" ,
7171 " u8_pipeline" ,
7272] }
73- vello_hybrid = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5 " }
74- vello_common = { git = " https://github.com/linebender/vello" , rev = " b5c4a3192c1a2a5cc1dc2fe45342de1de95a1dc5 " }
73+ vello_hybrid = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b " }
74+ vello_common = { git = " https://github.com/linebender/vello" , rev = " 3e1aba3ffa1286012119052cb4bc7250e1b61a4b " }
7575
7676# Rendering
7777wgpu = " 29"
@@ -94,3 +94,6 @@ wasm-bindgen-futures = "0.4"
9494
9595# Dev-dependencies
9696winit = { version = " 0.30.2" , features = [" rwh_06" ] }
97+
98+ [patch .crates-io ]
99+ kurbo = { git = " https://github.com/linebender/kurbo" , rev = " 6836244" }
0 commit comments