mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Add egui::Sides for adding UI on left and right sides (#5036)
* Closes https://github.com/emilk/egui/issues/5015
This commit is contained in:
@@ -21,7 +21,7 @@ cargo fmt --all -- --check
|
||||
cargo doc --quiet --lib --no-deps --all-features
|
||||
cargo doc --quiet --document-private-items --no-deps --all-features
|
||||
cargo clippy --quiet --all-targets --all-features -- -D warnings
|
||||
cargo clippy --all-targets --all-features --release -- -D warnings # we need to check release mode too
|
||||
cargo clippy --quiet --all-targets --all-features --release -- -D warnings # we need to check release mode too
|
||||
|
||||
./scripts/clippy_wasm.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user