mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Make sure check.sh installs all tools it uses
This commit is contained in:
@@ -5,7 +5,8 @@ script_path=$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )
|
|||||||
cd "$script_path/.."
|
cd "$script_path/.."
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# cargo install cargo-deny
|
cargo install cargo-deny
|
||||||
|
|
||||||
cargo deny --all-features --log-level error --target aarch64-apple-darwin check
|
cargo deny --all-features --log-level error --target aarch64-apple-darwin check
|
||||||
cargo deny --all-features --log-level error --target aarch64-linux-android check
|
cargo deny --all-features --log-level error --target aarch64-linux-android check
|
||||||
cargo deny --all-features --log-level error --target i686-pc-windows-gnu check
|
cargo deny --all-features --log-level error --target i686-pc-windows-gnu check
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ set -x
|
|||||||
# Basically does what the CI does.
|
# Basically does what the CI does.
|
||||||
|
|
||||||
cargo install cargo-cranky # Uses lints defined in Cranky.toml. See https://github.com/ericseppanen/cargo-cranky
|
cargo install cargo-cranky # Uses lints defined in Cranky.toml. See https://github.com/ericseppanen/cargo-cranky
|
||||||
|
cargo install typos-cli
|
||||||
|
|
||||||
# web_sys_unstable_apis is required to enable the web_sys clipboard API which eframe web uses,
|
# web_sys_unstable_apis is required to enable the web_sys clipboard API which eframe web uses,
|
||||||
# as well as by the wasm32-backend of the wgpu crate.
|
# as well as by the wasm32-backend of the wgpu crate.
|
||||||
|
|||||||
Reference in New Issue
Block a user