gtk-rs / gir

Tool to generate rust bindings and user API for glib-based libraries
https://gtk-rs.org/gir/book/
MIT License
225 stars 98 forks source link

codegen/sys: Don't expect the crates are renamed #1542

Closed bilelmoussaoui closed 5 months ago

bilelmoussaoui commented 5 months ago

In the past, this seemed like a decent idea but the switch to using cargo workspace proves it wasn't as we now have conflicting crates with the same names

bilelmoussaoui commented 5 months ago

The CI is expected to fail, the crates have to be adapted

bilelmoussaoui commented 5 months ago

Associated gtk4-rs PR https://github.com/gtk-rs/gtk4-rs/pull/1587