Armin
Armin
in the meantime, SVG support got considerably improved. The relevant PRs are #1030, #1044, and #1050. Primary work was done by @Aiving. If there are features you'd like to add,...
@triniwiz I am not even able to install the targets, not sure what I am doing wrong. I've Xcode and vision os installed, but always get: ``` ❯ rustup target...
Closed in favor of #1043
Beginning with version 0.80 of skia-safe, `ureq` is now a separate feature that can be enabled optionally. For the simplest usage of using the SVG Dom, only a (default or...
@williamlzw This problem seems unrelated to the issue described here. The file exists, and can be downloaded, Error 28 indicates an operation timeout, so maybe there was a temporary problem...
@williamlzw Take a look at #691 and #644, may be that helps.
The issue with the skia_use_freetype_woff2 warning is now fixed in master. The original issue was most likely caused by a Skia dependency synchronization error, which should be fixed by deleting...
I see support for AHardwareBuffer in `include/android`and adding these bindings should be fairly simple. On the Rust side, it seems that https://github.com/tareksander/hardware-buffer-rs (`HBHolder::acquire`?) could be used. Contrary to that, I...