Cargo Features

[dependencies]
pax-kit = { version = "0.36.9", default-features = false, features = ["designer", "parser", "web", "ios", "macos"] }
default = web

The web feature is set by default whenever pax-kit is added without default-features = false somewhere in the dependency tree.

designer

Enables designtime of pax-designer, pax-engine, and pax-std

pax-designer:

no-op feature; designtime is hardwired for pax-designer

parser

Enables parser of optional pax-designer and pax-std

web default

Enables web of pax-engine

ios

Enables ios of pax-engine

macos

Enables macos of pax-engine

pax-kit has 6 features without comments.