antoyo / relm

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

Why fragile crate is copy in src/vendor? #270

Closed sanpii closed 3 years ago

sanpii commented 3 years ago

src/vendor/fragile VS fragile

antoyo commented 3 years ago

That was a poor attempt to reduce the number of dependencies. We should just remove the vendored version and use the version on crates.io.

sanpii commented 3 years ago

This is very usefull to fix #239 :smile: