This release has an MSRV of 1.75.
This release has an MSRV of 1.75.
0.3.0 - 2024-07-04
This release has an MSRV of 1.75.
- Added
velato::Renderer::render
, which now returns a new vello scene.
- Updated to vello 0.2
- Renamed
VelatoError
tovelato::Error
- Renamed the existing
velato::Renderer::render
tovelato::Renderer::append
- All code and related profiling (
wgpu_profiler
) used in examples.
0.2.0 - 2024-05-26
This release has an MSRV of 1.75.
- Disable
vello
's defaultwgpu
feature, and provide awgpu
passthrough feature to turn it back on. (#17 by @MarijnS95)
- Image viewBox clipping is now applied to the animation (#16 by @luke1188)
- Errors that may occur on parsing a lottie composition are now public as
VelatoError
. (#19 by @simbleau)
0.1.0 - 2024-03-26
This release has an MSRV of 1.75.
- Initial release