mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Split out the Egui demo code to new crate egui_demo_lib
This commit is contained in:
1
check.sh
1
check.sh
@@ -7,7 +7,6 @@ CARGO_INCREMENTAL=0 cargo clippy --workspace --all-targets --all-features -- -D
|
||||
cargo test --workspace --all-targets --all-features
|
||||
cargo test --workspace --doc
|
||||
|
||||
cargo check -p egui --lib --target wasm32-unknown-unknown
|
||||
cargo check -p egui_web --lib --target wasm32-unknown-unknown
|
||||
cargo check -p egui_demo --lib --target wasm32-unknown-unknown
|
||||
cargo check -p example_web --lib --target wasm32-unknown-unknown
|
||||
|
||||
Reference in New Issue
Block a user