Cargo Features
[dependencies]
easy-imgui-window = { version = "0.11.0", default-features = false, features = ["clipboard", "freetype", "main-window", "docking"] }
- default = clipboard, main-window
-
These default features are set whenever
easy-imgui-window
is added without
somewhere in the dependency tree.default-features = false - clipboard default
-
Enables arboard
Affects
window::clipboard
… - freetype
-
Enables freetype of easy-imgui
- main-window default
-
Enables glutin-winit
- docking
-
Enables docking of easy-imgui