dtolnay / cxx

Safe interop between Rust and C++
https://cxx.rs
Apache License 2.0
5.82k stars 330 forks source link

Bazel: switch to trampoline repo #1335

Closed dtolnay closed 6 months ago

dtolnay commented 6 months ago

In this approach, repos for the vendored crates.io libraries are no longer direct dependencies of the root module. Instead there is a single direct dependency @vendor through which we can access the other repos.