Closed atoktoto closed 2 weeks ago
Fix for #31 based on https://github.com/linebender/velato/pull/42.
One difference is that I had to enable mint_types feature for keyframe crate dependency that pulls in mint. As far as I can tell the project is still #![no_std].
mint_types
keyframe
mint
#![no_std]
Makes me look forward to removing keyframes.
keyframes
Thank you!
Fix for #31 based on https://github.com/linebender/velato/pull/42.
One difference is that I had to enable
mint_types
feature forkeyframe
crate dependency that pulls inmint
. As far as I can tell the project is still#![no_std]
.