LinaVG v1.0.3
Changelog
- Backend extern functions have been carried into a virtual BaseBackend class.
- GLBackend has been modified to comply with this change.
- Users can now easily inject their custom backends using
LinaVG::Backend::BaseBackend::SetBackend()
method.