1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -04:00

Fix cargo run -p egui_demo_app (#1343)

Broken by https://github.com/emilk/egui/pull/1303
This commit is contained in:
Emil Ernerfeldt
2022-03-08 08:26:43 +01:00
committed by GitHub
parent 37c9f116bf
commit d8300037ad
3 changed files with 17 additions and 10 deletions

View File

@@ -37,6 +37,7 @@ cargo doc --document-private-items --no-deps --all-features
(cd eframe && cargo check --all-features)
(cd egui && cargo check --all-features)
(cd egui_demo_app && cargo check --all-features)
(cd egui_extras && cargo check --all-features)
(cd egui_glium && cargo check --all-features)
(cd egui_glow && cargo check --all-features)