Cargo Features
[dependencies]
kalc-plot = { version = "0.1.1", default-features = false, features = ["egui", "skia"] }
- default = egui
-
The
egui
feature is set by default wheneverkalc-plot
is added without
somewhere in the dependency tree.default-features = false - egui default
- skia
-
Enables softbuffer and winit, skia and winit of rupl
kalc-plot has 3 features without comments.