Open bsilver8192 opened 2 years ago
This is how I work around https://github.com/rust-lang/cargo/issues/5042 to get path dependencies into vendored Rust dependencies.
The generated BUILD files are built with https://github.com/google/cargo-raze/pull/524, because otherwise they don't work.
This fixes #361.
This is how I work around https://github.com/rust-lang/cargo/issues/5042 to get path dependencies into vendored Rust dependencies.
The generated BUILD files are built with https://github.com/google/cargo-raze/pull/524, because otherwise they don't work.
This fixes #361.