slint/docker
Simon Hausmann e4c087c5b0 Update Skia Rust Bindings
See https://github.com/rust-skia/rust-skia/releases/tag/0.70.0 for a list of changes.

The main change for us is that the D3D API was ported to the modern windows rust crate.

(cherry picked from commit f809b3ff41)

The previous attempt at merging this surfaced build issue for source
builds with Skia, due to the use of an old git version that doesn't
understand the new --path-format=relative option the git-sync-deps.py
script uses with git rev-parse, as well as the new permission checking
that breaks with docker volumes where ~/.cargo is mapped to /cargo and
the skia-bindings build performs additional git clones in there, where the
resulting user ids will differ.

Work around the former by upgrading git, and the latter by adding a
wildcard - sadly there's no recursive sub-directory option.

This new version also removes ureq from the dependency tree, which means
we can revert commit 212e28071c
2024-01-31 15:18:54 +01:00
..
Dockerfile.aarch64-unknown-linux-gnu Update Skia Rust Bindings 2024-01-31 15:18:54 +01:00
Dockerfile.armv7-unknown-linux-gnueabihf Update Skia Rust Bindings 2024-01-31 15:18:54 +01:00
Dockerfile.cpp-image Fix creation of C++ docker image 2023-10-13 10:38:03 +02:00
Dockerfile.riscv64gc-unknown-linux-gnu Update Skia Rust Bindings 2024-01-31 15:18:54 +01:00
Dockerfile.torizon-demos Renderer feature refactor 2023-07-27 19:11:24 +02:00
Dockerfile.x86_64-unknown-linux-gnu Update Skia Rust Bindings 2024-01-31 15:18:54 +01:00