jeremyletang / rgtk

GTK+ bindings and wrappers for Rust (DEPRECATED SEE https://github.com/rust-gnome )
GNU Lesser General Public License v3.0
121 stars 22 forks source link

Fix more build errors #202

Closed oakes closed 9 years ago

oakes commented 9 years ago

This should fix the latest round of breakage from alpha 2. I used PhantomData and PhantonFn to fix the errors related to unused types and lifetimes. If you prefer fixing them another way, feel free to close this. You will need to build with my fork of c_vec-rs because that was broken as well. @GuillaumeGomez please let me know if you'd like a PR for that as well.

GuillaumeGomez commented 9 years ago

Your c_vec changes are perfect. Can you create a PR please ? I don't have computer for a few days so I won't be able to update it myself. Then I'll restart travis build for rgtk. And thanks again for your works !

GuillaumeGomez commented 9 years ago

I restart travis.

GuillaumeGomez commented 9 years ago

Travis successfully built. I merge. Thanks !