Armin
Armin
I'm curious about if fluvio plans for or already has support for transparently handling the evolution of smart modules and the data processed by them. From what I can see...
This PR updates rust-skia to support Skia's `chrome/m105` branch. - [x] Update `README.md` ([rendered](https://github.com/pragmatrix/rust-skia/blob/m105/README.md)) > Most important here is to change the Skia branch name and the current Skia submodule...
Closes #644
Goals: - [x] Update GitHub builds to macos-12 image (Monterey) - [ ] See if we need the rust-skia patches anymore. - [ ] Fix build with SKIA_DEBUG=1.
This is the tracking issue that covers the documentation attempt of skia-safe. And these are my suggestions on how to add documentation: **Update**: With #679, we've added `document-converter` project in...
Once the containers are updated, we can try to build rust-skia with the latest Android NDK r23b. **Update:** Reverted the containers. This is not as easy as expected, the Android...
A `Paragraph` ends up owning a reference to `FontCollection`, which is not `Send` or `Sync`, so `Paragraph` can't be either, which is a bit sad, because internally the `SkParagraphCache` supports...
Now that IntelliJ Rust has landed support for `include!(concat!(env!("OUT_DIR"), ..))` it's time to prepare a PR that generates the `bindings.rs` file in the output directory and includes it from `skia-bindings/src/lib.rs`....
This PR uses gn and ninja to compile the rust-skia C++ sources: Pros: - No more differences between how we build them and Skia's build script builds its sources. Skia's...