diff --git a/egui_glow/Cargo.toml b/egui_glow/Cargo.toml index 3d390637..3db0af71 100644 --- a/egui_glow/Cargo.toml +++ b/egui_glow/Cargo.toml @@ -77,4 +77,4 @@ glutin = "0.28.0" # examples/pure_glow [[example]] name = "pure_glow" -required-features = ["winit"] +required-features = ["winit", "egui/default_fonts"]