Release v0.1.0
What's Changed
- Complete overhaul of the event system
- Removed need for double allocations to store callbacks (gone from
Box<Box<dyn Fn(...)>>
toThinBox<dyn Fn(...)>
)- Custom implementation of
ThinBox
, based on the one from the standard library
- Custom implementation of
- Added buffer slices
- Improved OpenCL shared library finding (specifically, for NVIDIA on Windows)
- Etc.
Full Changelog: v0.0.1...v0.1.0