mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add xtask crate (#4293)
Replaces only the cargo_deny.sh script for now. Can be expanded over time to replace the other shell and python scripts, so only Rust is needed to work with the repository. Closes <https://github.com/emilk/egui/issues/2887> Closes <https://github.com/emilk/egui/issues/4373> --------- Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
12
xtask/README.md
Normal file
12
xtask/README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
## 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>.
|
||||
Reference in New Issue
Block a user