Add packages and update others

This commit is contained in:
2026-02-11 14:04:58 +01:00
parent 6c90c821bf
commit edff40e77a
17 changed files with 685 additions and 2 deletions

View File

@@ -32,10 +32,12 @@ jobs:
{ name: "vulkan-validationlayers", version: "1.4.313.0", location: "all", needs_pkg: "vulkan-utility-libraries" },
{ name: "shaderc", version: "2025.3", location: "all", needs_pkg: "" },
{ name: "unordered_dense", version: "4.8.1", location: "all", needs_pkg: "" },
{ name: "mimalloc", version: "3.1.5", location: "all", needs_pkg: "" },
{ name: "mimalloc", version: "3.2.8", location: "all", needs_pkg: "" },
{ name: "meshoptimizer", version: "1.0", location: "all", needs_pkg: "" },
{ name: "sqlite3", version: "3.51.0", location: "all", needs_pkg: "" },
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" }
{ name: "rapidhash", version: "3.0", location: "all", needs_pkg: "" },
{ name: "cli11", version: "2.6.1", location: "all", needs_pkg: "" },
{ name: "assimp", version: "6.0.4", location: "all", needs_pkg: "" }
]
name: "Package ${{matrix.package.name }}/${{ matrix.package.version }}"
steps: