Cargo Features

[dependencies]
catppuccin-egui = { version = "5.1.1", default-features = false, features = ["egui27", "egui26"] }
default = egui26

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

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

egui:

An easy-to-use immediate mode GUI that runs on both web and native

egui26 default

Enables egui ^0.26