Skip to content

add commented out vulkan setting to toml #1

add commented out vulkan setting to toml

add commented out vulkan setting to toml #1

Workflow file for this run

name: Build on macOS
on: [push, pull_request]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: x86_64-apple-darwin
profile: minimal
override: true
- name: Build with Metal
run: cargo build --features "amethyst/metal"