jeremyletang / rgtk

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

Glue use installed gtk #111

Closed buster closed 10 years ago

buster commented 10 years ago

might be the fix for #80 and should get the correct GTK version from pkg-config. What do you say? I also added GTK_3_14 to glue.c everywhere where GTK3.12 was defined before, because i have 3.14...

buster commented 10 years ago

I don't know.. Should gtk 3.14 be mentioned elsewhere, like cargo.toml and the Readme? This doesn't add support for any gtk3.14 specific items, so... I don't mind leaving it out or adding it

GuillaumeGomez commented 10 years ago

Add it, it won't hurt anyone. If someday we add some 3.14 stuff, it'll be easier.

buster commented 10 years ago

Which is included in https://github.com/buster/rgtk/commit/7d993f34a0aa4a37cdb9d5d6adaddb0e22de0925

jeremyletang commented 10 years ago

hey, thanks for this stuff !