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 wheneverrupl
is added without
somewhere in the dependency tree.default-features = false - 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