Skip to content

Releases: cmeissl/pixman-rs

0.2.1

15 Dec 15:37
Compare
Choose a tag to compare

News

  • sync feature has been extended to cover all image types (#20 thanks @ids1024)

Breaking changes

None

0.2.0

08 Dec 12:46
Compare
Choose a tag to compare

News

  • contains_rectangle now returns the correct Overlap (#17 thanks @MaxVerevkin)
  • sync feature allows to make the image types Send/Sync at the cost of a global Mutex during image creation and Drop (#19 thanks @ids1024)

Breaking changes

  • mutating functions now take a &mut self reference

Initial release

28 Nov 16:16
Compare
Choose a tag to compare

News

Initial release