abrasion/third_party/cargo
q3k 46f2d17dad luajit: yet another attempt to fix build 2021-06-30 00:30:16 +02:00
..
patches third_party/cargo: update 2021-04-03 16:13:10 +00:00
vendor luajit: yet another attempt to fix build 2021-06-30 00:30:16 +02:00
BUILD.bazel third_party/cargo: add mlua 2021-04-03 16:35:31 +00:00
Cargo.lock third_party/cargo: enable luajit source building 2021-05-06 22:10:09 +02:00
Cargo.toml third_party/cargo: enable luajit source building 2021-05-06 22:10:09 +02: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