Skip to content

Releases: atomashpolskiy/rustface

v0.1.6

02 Nov 08:22
Compare
Choose a tag to compare
  • Made model struct immutable and Clone-able so it can be re-used (issue #12) (thanks @kornelski!)
  • Made Rectangle public (thanks @kornelski!).

v0.1.5

28 Oct 10:27
Compare
Choose a tag to compare

v0.1.4

01 Oct 15:00
Compare
Choose a tag to compare
  • Made Rayon an optional dependency using a feature flag. It is enabled by default. Parallel processing can now be disabled by providing the --no-default-features flag at build time.