Cargo Features
[dependencies]
catppuccin-egui = { version = "5.3.1", default-features = false, features = ["egui27", "egui28", "egui29", "egui26"] }
- default = egui26
-
The
egui26
feature is set by default whenevercatppuccin-egui
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- egui27 implicit feature
-
Enables egui ^0.27
egui:
An easy-to-use immediate mode GUI that runs on both web and native
- egui28 implicit feature
-
Enables egui ^0.28
- egui29 implicit feature
-
Enables egui
- egui26 default
-
Enables egui ^0.26