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

Patch up CVec breakage #216

Closed gkoz closed 9 years ago

gkoz commented 9 years ago

For now pretend to have unique pointers. There needs to be a CSlice probably.

GuillaumeGomez commented 9 years ago

I was about to do a PR for that actually haha. I'll take yours. I wait travis and then I merge.

gkoz commented 9 years ago

Had to fix the examples too...

GuillaumeGomez commented 9 years ago

You should have say it, I did the examples before knowing you had open this PR... Whatever, thanks ! Is it ok to merge now ?

gkoz commented 9 years ago

Sorry for duplicate effort. This one should be good, yes. I also have an upcoming PR to move all of the examples to a single crate at last, those build times are just too annoying.

GuillaumeGomez commented 9 years ago

I totally agree. If you find the solution of THE problem, then it's even more perfect ! I can't wait to see how you will do that !