Cargo Features

maycoon-core has no features set by default.

[dependencies]
maycoon-core = { version = "0.5.2", features = ["tokio-runner", "dummy-runner", "svg", "vello-vg", "test"] }
tokio-runner test? = tokio

Affects runner::tokio

dummy-runner test?
svg test? = usvg

Affects vgi::Scene.draw_svg

vello-vg test? = bytemuck, skrifa, vello, vello_svg, wgpu-types

Affects vgi::vello, vgi::DefaultGraphics

test = dummy-runner, svg, test-case, tokio-runner, vello-vg

Enable all features for tests

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.

tokio tokio-runner?
vello vello-vg?
vello_svg vello-vg?
skrifa vello-vg?

Enables skrifa ^0.37.0

bytemuck vello-vg?
wgpu-types vello-vg?

Enables wgpu-types ^26.0.0

usvg svg?
test-case test?