Cargo Features
[dependencies]
oicana_export = { version = "0.1.0-alpha.6", default-features = false, features = ["png", "pdf", "svg"] }
- default = pdf, png, svg
-
These default features are set whenever
oicana_exportis added withoutsomewhere in the dependency tree.default-features = false - png default
-
Enables png ^0.17.16 and typst-render
Affects
oicana_export::png… - pdf default
-
Enables typst-pdf
Affects
oicana_export::pdf… - svg default
-
Enables typst-svg
Affects
oicana_export::svg…