stretch
stretch copied to clipboard
Please release a new version to crates.io
The released version in crates.io is lagging behind the crate repo. I would like to use the derived implementation of Style such as PartialEq, Clone, Debug, etc. It is already implemented in the repo, but not released to crates.io
Im facing a crash while using the library in an Android app that i have. Works fine if i just use it once for a single layout, crashes if i make multiple. Looks like a GC issue, which im hoping is resolved by https://github.com/vislyhq/stretch/pull/67 but im unable to test it cause theres no release post 0.3.2
im unable to test it cause theres no release post 0.3.2
I too would like to see a new release. =)
But in the meanwhile, in case you weren't already aware, you can build unpublished crates pulled directly from GH by adding something like this to your Cargo.toml
[patch.crates-io]
stretch = { git = "https://github.com/vislyhq/stretch" }
hey @michaelkirk, thanks! moved on from this library though, since it was for a work project and some level of robustness was required.
What do you use now?