Skip to content

Commit

Permalink
Add
Browse files Browse the repository at this point in the history
  • Loading branch information
baseplate-admin committed Dec 12, 2024
1 parent 7c3d21f commit 48fba97
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 128 deletions.
141 changes: 18 additions & 123 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ crate-type = ["cdylib"]

[dependencies]
log = "0.4.21"
pyo3 = "0.21.2"
resvg = { version = "0.42.0", features = ["raster-images","text"] }
pyo3 = "0.23.2"
resvg = { version = "0.42.0", features = ["raster-images", "text"] }
svgtypes = "0.15.1"


[profile.release.package."*"]
codegen-units = 1
opt-level ='z'
opt-level = 'z'
strip = true

[profile.release]
panic = "abort"
codegen-units = 1
lto = "fat"
opt-level ='z'
strip = true
opt-level = 'z'
strip = true

0 comments on commit 48fba97

Please sign in to comment.