1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Release 0.26.0 - Text selection in labels

This commit is contained in:
Emil Ernerfeldt
2024-02-05 17:28:10 +01:00
parent b36b3d69a8
commit 56bf8b79f3
12 changed files with 136 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
cd "$script_path/.."
set -x
cargo install cargo-deny
cargo install --quiet cargo-deny
cargo deny --all-features --log-level error --target aarch64-apple-darwin check
cargo deny --all-features --log-level error --target aarch64-linux-android check