Skip to content

升级轻量化、纹理压缩、draco等能力 #59

升级轻量化、纹理压缩、draco等能力

升级轻量化、纹理压缩、draco等能力 #59

Workflow file for this run

name: Windows
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build-and-test:
runs-on: windows-latest
env:
VCPKG_ROOT: ${{ github.workspace }}\vcpkg
VCPKG_TRIPLET: x64-windows
steps:
- uses: actions/checkout@v5
with:
submodules: 'recursive'
- name: Setup anew (or from cache) vcpkg (and does not build any package)
uses: lukka/run-vcpkg@v11
- name: Build
run: cargo build -vv --release