Cargo Features
[dependencies]
maycoon-core = { version = "0.3.1", default-features = false, features = ["include-noto-sans", "vg"] }
- default = include-noto-sans
-
The
include-noto-sans
feature is set by default whenevermaycoon-core
is added without
somewhere in the dependency tree.default-features = false - include-noto-sans default
- vg = skrifa
-
Re-exports
vello
andskrifa
for drawing vector graphics. Required if you want to make custom widgets or draw vector graphics.
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.