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

Combine demo_glium and demo_web into one egui_demo crate

This commit is contained in:
Emil Ernerfeldt
2020-12-19 21:30:51 +01:00
parent fb941cf618
commit d0f6954900
19 changed files with 93 additions and 111 deletions

View File

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