Cargo Features

[dependencies]
vsvg = { version = "0.4.0", default-features = false, features = ["puffin", "whiskers-widgets", "egui", "geo", "glam"] }
default = geo

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

puffin

Enables puffin ^0.18.0

whiskers-widgets

Enables egui ^0.25.0 and whiskers-widgets

whiskers-widgets:

optional support for whiskers widgets

Affects vsvg::widgets

egui

Enables egui ^0.25.0

Affects vsvg::ui

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.

geo default

Enables geo ^0.27.0

optional dependencies, mainly for Point interop.

Affects into_bezpath::geo_impl

glam implicit feature

Enables glam

glam:

A simple and fast 3D math library for games and graphics