servoshell: Switch from winres to winresources (#39344)

`winres` is unmaintained and it seems like `winresoures` is the
successor.

Testing: This should not have any behavior changes and just modifies
a build step, so shouldn't need tests.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2025-09-17 10:04:45 +02:00 committed by GitHub
parent 5fd01ca25f
commit 6deb42dbd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 18 additions and 27 deletions

View file

@ -97,7 +97,6 @@ skip = [
# New versions of these dependencies is pulled in by GStreamer / GLib.
"itertools",
"toml",
# Duplicated by egui
"nix",