blob: 0eb0316955396f7fc4ab7a39013f1586d879c658 [file] [edit]
[package]
name = "harfbuzz_fontations"
edition = "2021"
[dependencies]
read-fonts = "0.27"
skrifa = "0.28"
[lib]
name = "harfbuzz_fontations"
path = "lib.rs"
crate-type = ["staticlib"]
[profile.release]
strip = true
lto = true
panic = "abort"
overflow-checks = false
codegen-units = 1
[profile.debugoptimized]
inherits = "release"
debug = true
codegen-units = 16
strip = false