Skip to content

Release v0.1.0

Compare
Choose a tag to compare
@Aandreba Aandreba released this 31 Jan 21:42
· 51 commits to master since this release

What's Changed

  • Complete overhaul of the event system
  • Removed need for double allocations to store callbacks (gone from Box<Box<dyn Fn(...)>> to ThinBox<dyn Fn(...)>)
    • Custom implementation of ThinBox, based on the one from the standard library
  • Added buffer slices
  • Improved OpenCL shared library finding (specifically, for NVIDIA on Windows)
  • Etc.

Full Changelog: v0.0.1...v0.1.0