Cargo Features

[dependencies]
rupl = { version = "0.1.1", default-features = false, features = ["egui", "skia", "skia-png", "winit"] }
default = egui

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

egui default

Enables egui

skia

Enables skia-safe

Affects types::Graph.background_color

skia-png

Affects types::Graph.image_format, ui::Data, ui::ImageFormat

winit

Enables winit