Skip to content

somehow got the helpers/tiled.rs to work #41

somehow got the helpers/tiled.rs to work

somehow got the helpers/tiled.rs to work #41

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"