Cargo Features
[dependencies]
rugui = { version = "0.1.1", default-features = false, features = ["winit", "clipboard", "full"] }
- default = winit
-
If you want to use the bare bones version of this library. You can do so by including
rugui
like this:rugui = { version = "*", default-features = false }
- winit default full?
-
adds winit module that helps with integration of winit events
Enables winit
Affects
rugui::winit
… - clipboard full?
-
enables clipboard integration
Enables clipboard
- full = clipboard, winit
-
Enabless all features