google / cargo-raze

Generate Bazel BUILD from Cargo dependencies!
Apache License 2.0
480 stars 104 forks source link

Switch path code to Camino #510

Closed sayrer closed 2 years ago

sayrer commented 2 years ago

I have some new features that use Camino, and I ended up replacing all of cargo-raze's path code with Camino while hunting down bugs. Cargo requires UTF-8 paths anyway, as the Camino docs state, so I think it's a reasonable change. Ok to PR?

https://github.com/camino-rs/camino

illicitonion commented 2 years ago

Works for me - see also https://github.com/google/cargo-raze/issues/421 :)