1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -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:
Emil Ernerfeldt
2024-09-02 10:47:20 +02:00
committed by GitHub
parent be944f0915
commit 7bac528d4d
8 changed files with 165 additions and 16 deletions

View File

@@ -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