abrasion/third_party/cargo
q3k d2d08fd183 third_party/cargo/vendor/luajit-src: fix build on linux 2021-05-08 12:17:06 +00:00
..
patches third_party/cargo: update 2021-04-03 16:13:10 +00:00
vendor third_party/cargo/vendor/luajit-src: fix build on linux 2021-05-08 12:17:06 +00: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