Skip to content

more bevy migration attempts #38

more bevy migration attempts

more bevy migration attempts #38

Workflow file for this run

name: Build on Windows
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-pc-windows-msvc
profile: minimal
override: true
- name: Build with Vulkan
run: cargo build --features "amethyst/vulkan"