Skip to content

0.2.0

Latest
Compare
Choose a tag to compare
@cmeissl cmeissl released this 08 Dec 12:46

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