antoyo / relm

Idiomatic, GTK+-based, GUI library, inspired by Elm, written in Rust
MIT License
2.41k stars 79 forks source link

Re-export gtk #310

Open marmistrz opened 10 months ago

marmistrz commented 10 months ago

Relm requires a relatively fixed version of gtk due to semver.

For example, at the time of submitting this PR, running

cargo add relm
cargo add gtk

will result in resolver errors because of gtk 0.18 not being compatible with relm.