summaryrefslogtreecommitdiffstats
path: root/build.rs
stat options
Period:
Authors:

Commits per author per week (path 'build.rs')

AuthorW03 2026W04 2026W05 2026W06 2026Total
Total[package] name = "batacli" version = "0.1.0" edition = "2021" [dependencies] rayon = "1.11.0" resvg = "0.44.0" serde = { version = "1.0.216", features = ["derive"] } serde_json = "1.0.133" tiny-skia = "0.11.4" usvg = "0.44.0" [profile.release] lto = "fat" codegen-units = 1 strip = "symbols" [features] default = ["overalloc"] # Potentially over-allocate xcursor vectors to gain performance overalloc = []