mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Add new experimental feature flag
This commit is contained in:
@@ -52,6 +52,12 @@ android-native-activity = ["egui-winit/android-native-activity"]
|
||||
## If you plan on specifying your own fonts you may disable this feature.
|
||||
default_fonts = ["egui/default_fonts"]
|
||||
|
||||
## Enable experimental egui features that might have massive breaking changes or be removed entirely in future updates.
|
||||
## Enabling this won't break semver, it's just future compatibility risk.
|
||||
##
|
||||
## Currently, this enables the theme plugin.
|
||||
experimental = ["egui/experimental"]
|
||||
|
||||
## Enable [`glow`](https://github.com/grovesNL/glow) for painting, via [`egui_glow`](https://github.com/emilk/egui/tree/main/crates/egui_glow).
|
||||
##
|
||||
## There is generally no need to enable both the `wgpu` and `glow` features,
|
||||
|
||||
Reference in New Issue
Block a user