librsvg source for verification 2026-05-22

This commit is contained in:
2026-05-22 16:45:08 +08:00
commit 75af7ac721
2138 changed files with 161177 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
[package]
name = "pixbufloader-svg"
version = "0.0.1"
authors = ["Alberto Ruiz <aruiz@gnome.org>"]
license.workspace = true
repository.workspace = true
edition.workspace = true
rust-version.workspace = true
[lib]
crate-type = ["cdylib"]
[dependencies]
gdk-pixbuf.workspace = true
gio.workspace = true
glib.workspace = true
[build-dependencies]
system-deps.workspace = true
[package.metadata.system-deps]
librsvg = { name = "librsvg-2.0-uninstalled", version = "2.57", fallback-names = [
"librsvg-2.0",
] }
[package.metadata.capi.header]
enabled = false
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(check)'] }