abrasion/third_party/cargo
q3k 2938a31682 third_party: bump everything 2021-01-07 23:38:16 +00:00
..
patches third_party: bump everything 2021-01-07 23:38:16 +00:00
vendor third_party: bump everything 2021-01-07 23:38:16 +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 third_party: bump everything 2021-01-07 23:38:16 +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