Armin
Armin
Never had seen a similar problem before. After googling a little it seems that this could be related to a clock drift on your machine / VM.
> Used this: (is this the right way to do it?) Try to check out and build the branch separately to prevent any problems related to the use of skia-safe...
Try to use the current rust-skia master (#464 got merged in the meantime). The build log must show the line `cargo:rerun-if-env-changed=VCINSTALLDIR`.
It seems that there are some older include directories being selected and that the include directory where `cassert` is usually located does not exist. The list of include directories should...
Closing, as this is currently not actionable, @BigBadaboom please reopen and provide a minimal repro of your test project if the problem persisted.
I can't reproduce this on two Windows machines, but there is something fishy going on: First, the `skia_c_api_example.exe` is built (which it should not, but this might be unrelated), and...
No activity since over 6 months Closing.
Ok, yes, we should follow up on this. Reopening.
> Being able to parse SVG files and draw them to the canvas would be a terrific enhancement. Agreed, and as I can see from the Network graph, @triniwiz already...
@triniwiz Is it possible to draw SVG files with that branch? We don't have to implement the full SkSVGDOM API (Node, etc.) for a first MVP, rendering should cover most...