gi-rust / grust-gen

Rust code generator for GObject introspection
Other
4 stars 1 forks source link

Generate Cargo build files and make the crate template more accepting #1

Open jadahl opened 8 years ago

jadahl commented 8 years ago

Hi,

Sorry for the catch-all pull request, but with these patches I can generate for example glib, gio and gtk without any special template (though with plenty of compiler warnings still), while also not having to also generate all the other dependencies those would have. I also have them generate the Cargo.toml and a build.rs to build.

In summary, the patches do

Let me know what you think.