File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ license = "Apache-2.0 OR MIT"
9
9
repository = " https://github.com/linebender/vello_svg"
10
10
11
11
[workspace .dependencies ]
12
- # Update the README badges to match wgpu and vello version!
13
- vello = " 0.1"
12
+ # NOTE: Make sure to keep this in sync with the version badge in README.md
13
+ vello = " 0.1.0 "
14
14
15
15
[package ]
16
16
name = " vello_svg"
@@ -25,13 +25,13 @@ repository.workspace = true
25
25
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
26
26
[dependencies ]
27
27
vello = { workspace = true }
28
- usvg = " 0.40"
29
- image = { version = " 0.24 " , default-features = false , features = [
28
+ usvg = " 0.40.0 "
29
+ image = { version = " 0.25.0 " , default-features = false , features = [
30
30
" png" ,
31
31
" jpeg" ,
32
32
" gif" ,
33
33
] }
34
34
35
35
36
36
[target .'cfg(target_arch = "wasm32")' .dev-dependencies ]
37
- wasm-bindgen-test = " 0.3"
37
+ wasm-bindgen-test = " 0.3.42 "
You can’t perform that action at this time.
0 commit comments