Cargo Features

[dependencies]
kalc-plot = { version = "0.1.1", default-features = false, features = ["egui", "skia"] }
default = egui

The egui feature is set by default whenever kalc-plot is added without default-features = false somewhere in the dependency tree.

egui default

Enables eframe and egui, egui of rupl

skia

Enables softbuffer and winit, skia and winit of rupl

kalc-plot has 3 features without comments.