Skip to content
  •  
  •  
  •  
196 changes: 187 additions & 9 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
members = [
"crates/c-api",
"crates/resvg",
"crates/resvg_vello",
"crates/usvg",
"crates/usvg/codegen",
#"tools/explorer-thumbnailer",
Expand All @@ -11,3 +12,6 @@ resolver = "2"

[workspace.package]
license = "Apache-2.0 OR MIT"

[patch.crates-io]
kurbo = { git = "https://github.com/linebender/kurbo/", rev = "1312d43" }
Loading
Loading