From: Emma Marichal Date: Wed, 30 Jul 2025 12:41:25 +0000 (+0200) Subject: Merge commit 'b7aca3c57494b4ad109630b5cd575d82eeec23bd' into axisregistry-v0.4.16 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F9718%2Fhead;p=thirdparty%2Fgoogle%2Ffonts.git Merge commit 'b7aca3c57494b4ad109630b5cd575d82eeec23bd' into axisregistry-v0.4.16 --- c2b5f73c38791ae2b2e5e9efe088b2a4ec3f5606 diff --cc axisregistry/.github/workflows/rust.yml index 0000000000,ab31e28c2d..ab31e28c2d mode 000000,100644..100644 --- a/axisregistry/.github/workflows/rust.yml +++ b/axisregistry/.github/workflows/rust.yml diff --cc axisregistry/.gitignore index 0000000000,0000000000..cb340928a4 new file mode 100644 --- /dev/null +++ b/axisregistry/.gitignore @@@ -1,0 -1,0 +1,68 @@@ ++# Byte-compiled / optimized / DLL files ++__pycache__/ ++*.py[cod] ++*$py.class ++ ++# C extensions ++*.so ++ ++# Distribution / packaging ++.Python ++build/ ++develop-eggs/ ++dist/ ++downloads/ ++eggs/ ++.eggs/ ++lib/ ++lib64/ ++parts/ ++sdist/ ++var/ ++wheels/ ++share/python-wheels/ ++*.egg-info/ ++.installed.cfg ++*.egg ++MANIFEST ++ ++# Unit test / coverage reports ++htmlcov/ ++.tox/ ++.nox/ ++.coverage ++.coverage.* ++.cache ++nosetests.xml ++coverage.xml ++*.cover ++*.py,cover ++.hypothesis/ ++.pytest_cache/ ++cover/ ++ ++# Environments ++.env ++.venv ++env/ ++venv/ ++ENV/ ++env.bak/ ++venv.bak/ ++ ++# Ruff stuff: ++.ruff_cache/ ++ ++# Auto-generated version file ++_version.py ++ ++# Generated by Cargo ++# will have compiled files and executables ++debug/ ++target/ ++ ++# These are backup files generated by rustfmt ++**/*.rs.bk ++ ++# MSVC Windows builds of rustc generate these, which store debugging information ++*.pdb diff --cc axisregistry/Cargo.lock index 0000000000,98a6b360fa..98a6b360fa mode 000000,100644..100644 --- a/axisregistry/Cargo.lock +++ b/axisregistry/Cargo.lock diff --cc axisregistry/Cargo.toml index 0000000000,1ba0713ced..1ba0713ced mode 000000,100644..100644 --- a/axisregistry/Cargo.toml +++ b/axisregistry/Cargo.toml diff --cc axisregistry/Lib/axisregistry/data/contrast.svg index 0000000000,faf5fd95ea..faf5fd95ea mode 000000,100644..100644 --- a/axisregistry/Lib/axisregistry/data/contrast.svg +++ b/axisregistry/Lib/axisregistry/data/contrast.svg diff --cc axisregistry/Lib/axisregistry/data/contrast.textproto index 0000000000,f0ccd1c9e6..f0ccd1c9e6 mode 000000,100644..100644 --- a/axisregistry/Lib/axisregistry/data/contrast.textproto +++ b/axisregistry/Lib/axisregistry/data/contrast.textproto diff --cc axisregistry/build.rs index 0000000000,7760f76747..7760f76747 mode 000000,100644..100644 --- a/axisregistry/build.rs +++ b/axisregistry/build.rs diff --cc axisregistry/src/lib.rs index 0000000000,bd3e3b9e4d..bd3e3b9e4d mode 000000,100644..100644 --- a/axisregistry/src/lib.rs +++ b/axisregistry/src/lib.rs diff --cc axisregistry/src/monkeypatching.rs index 0000000000,755b14c684..755b14c684 mode 000000,100644..100644 --- a/axisregistry/src/monkeypatching.rs +++ b/axisregistry/src/monkeypatching.rs diff --cc axisregistry/src/nametable.rs index 0000000000,ba6835ae46..ba6835ae46 mode 000000,100644..100644 --- a/axisregistry/src/nametable.rs +++ b/axisregistry/src/nametable.rs diff --cc axisregistry/src/stat.rs index 0000000000,b6ff37be58..b6ff37be58 mode 000000,100644..100644 --- a/axisregistry/src/stat.rs +++ b/axisregistry/src/stat.rs