mirror of https://github.com/emilk/egui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nicolas
1488ffa35a
|
2 months ago | |
---|---|---|
.. | ||
src | 2 months ago | |
Cargo.toml | 7 months ago | |
README.md | 7 months ago |
README.md
xtask - Task automation
This crate is meant to automate common tasks on the repository. It serves as a replacement for shell scripts that is more portable across host operating systems (namely Windows) and hopefully also easier to work with for contributors who are already familiar with Rust (and not necessarily with shell scripting).
The executable can be invoked via the subcommand cargo xtask
, thanks to an
alias defined in .cargo/config.toml
.
For more information, see https://github.com/matklad/cargo-xtask.