hotline-rs 0.3.2

A high-performance, hot-reload graphics engine.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: tests
on: [push, pull_request]
jobs:
  win32:
    runs-on: self-hosted
    steps:
    - uses: actions/checkout@v3
      with: 
        submodules: "recursive"
    - name: build-data
      run: |
        cargo build
        hotline-data\\pmbuild.cmd win32-debug -all
    - name: tests
      run: |
        hotline-data\\pmbuild.cmd test