mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
[eframe] Make persistence, http and time optional features
Saves on compile times.
This commit is contained in:
8
check.sh
8
check.sh
@@ -1,15 +1,15 @@
|
||||
#!/bin/bash
|
||||
set -eu
|
||||
|
||||
cargo check --workspace --all-targets --all-features --release
|
||||
cargo check --workspace --all-targets
|
||||
cargo check --workspace --all-targets --all-features
|
||||
cargo check -p egui_demo_app --lib --target wasm32-unknown-unknown
|
||||
cargo check -p egui_demo_app --lib --target wasm32-unknown-unknown --all-features
|
||||
cargo fmt --all -- --check
|
||||
CARGO_INCREMENTAL=0 cargo clippy --workspace --all-targets --all-features -- -D warnings -W clippy::all #-W clippy::pedantic -W clippy::restriction -W clippy::nursery
|
||||
cargo test --workspace --all-targets --all-features
|
||||
cargo test --workspace --doc
|
||||
|
||||
cargo check -p egui_web --lib --target wasm32-unknown-unknown
|
||||
cargo check -p egui_demo_app --lib --target wasm32-unknown-unknown
|
||||
|
||||
# For finding bloat:
|
||||
# cargo bloat --release --bin demo_glium -n 200 | rg egui
|
||||
|
||||
|
||||
Reference in New Issue
Block a user