1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Rename egui_demo to egui_demo_app to avoid confusion with egui_demo_lib

This commit is contained in:
Emil Ernerfeldt
2020-12-29 17:54:52 +01:00
parent 84414e62a3
commit 6d9cdafbc9
13 changed files with 27 additions and 29 deletions

View File

@@ -24,7 +24,7 @@ jobs:
command: check
check_egui_demo_web:
name: Check egui_demo (web)
name: Check egui_demo_app (web)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -37,7 +37,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: -p egui_demo --lib --target wasm32-unknown-unknown
args: -p egui_demo_app --lib --target wasm32-unknown-unknown
test:
name: Test Suite