abrasion/third_party/cargo
q3k ab417a239d windows: run build.rs on winapi 2021-01-08 01:24:55 +00:00
..
patches third_party: bump everything 2021-01-07 23:38:16 +00:00
vendor windows: run build.rs on winapi 2021-01-08 01:24:55 +00:00
BUILD.bazel third_party: bump everything 2021-01-07 23:38:16 +00:00
Cargo.lock third_party: bump everything 2021-01-07 23:38:16 +00:00
Cargo.toml windows: run build.rs on winapi 2021-01-08 01:24:55 +00:00
README.md third_party/cargo: patch image library 2020-04-04 20:20:27 +02:00

README.md

To do Rust vendoring first run:

cargo install cargo-vendor
cargo install cargo-raze

After changing Rust deps in Cargo.toml do:

cargo generate-lockfile
cargo vendor --versioned-dirs
cargo-raze
patch -p3 < patches/images-fix-alias.patch