rgtk icon indicating copy to clipboard operation
rgtk copied to clipboard

Submit to crates.io

Open mitchellmcmillan opened this issue 9 years ago • 5 comments

This should be submitted to crates.io. As far as I know it is currently the only way to make GUI applications in Rust, and it would be nice to make it more accessible to the rest of the Rust community.

mitchellmcmillan avatar Dec 03 '14 06:12 mitchellmcmillan

Hey, we planned to push rgtk to crates.io but i think it's no ready for the moment, we want to separate each library ( cairo, gtk, gdk ), to make them available separately. Moreover the library is not fully usable for now, some things are a bit broken and need some more love. But this should be possible soon ! But you already can use it using cargo as you can add a dependency from a git repository in you cargo.toml file.

jeremyletang avatar Dec 03 '14 07:12 jeremyletang

@mitchelldmcmillan: I think it'll be done near the end of the year. @jeremyletang: "some things are a bit broken and need some more love" You made my day haha

GuillaumeGomez avatar Dec 03 '14 08:12 GuillaumeGomez

What's the status of this? I think it's worth it getting something on crates.io. People are often asking for GUI libraries in Rust, and this is often forgotten about because it's not on crates.io.

gsingh93 avatar Jan 28 '15 17:01 gsingh93

hi, I will push it on crates.io soon, but I want to be sure that the library build successfully on each platform ( at least linux + mac osx ) before, and that there is no problems with dependancy.

jeremyletang avatar Jan 28 '15 17:01 jeremyletang

@jeremyletang: then just wait, I update my gdk PR (#164) and you merge it.

GuillaumeGomez avatar Jan 29 '15 15:01 GuillaumeGomez