mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Split out the Egui demo code to new crate egui_demo_lib
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: -p egui # Only test egui due to weird build issues with the others
|
||||
args: -p egui -p egui_demo_lib # TODO: fix weird build issues with the others
|
||||
|
||||
fmt:
|
||||
name: Rustfmt
|
||||
|
||||
Reference in New Issue
Block a user