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_export is added without default-features = false somewhere in the dependency tree.

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