Cargo Features

[dependencies]
maycoon = { version = "0.2.0", default-features = false, features = ["macros", "vg", "canvas"] }
default = macros

The macros feature is set by default whenever maycoon is added without default-features = false somewhere in the dependency tree.

macros default = maycoon-macros
vg

Enables vg of maycoon-core

maycoon-core:

Re-exports vello for drawing vector graphics. Required if you want to make custom widgets or draw vector graphics.

canvas

Enables canvas of maycoon-widgets

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.

maycoon-macros macros