Pinned Loading
-
Материалы с пар Московского Авиационного
Typst 3
-
1
# Developing packages compiled with Rust in MSYS22
3
This is a guideline made for maintainers and contributors to understand specific workarounds and solutions used to compile some Rust-based software in MSYS2 distribution
4
5
## Understanding the template -
1
| crate name | shared | static | pkg-config | environment variable | something else? |
2
|-------------------------|---------|---------|-------------|---------------------------------|-----------------------------------------------|
3
| libgit2-sys | + | + | + | LIBGIT2_NO_VENDOR=1 | |
4
| libz-sys | + | + | + | LIBZ_SYS_STATIC=0 | |
5
| curl-sys | + | + | + | | |