Add drawLine(const Mat3& modelview, Vec2 end, Rgba color) overload #1126
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: macOS | |
on: [push] | |
jobs: | |
build: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Install dependencies | |
run: | | |
brew install sdl2 libvorbis webp ninja | |
- name: Build with CMake | |
run: | | |
cmake -Bbuild-cmake -GNinja | |
ninja -Cbuild-cmake | |
# - uses: actions/setup-java@v4 | |
# with: | |
# java-version: '17' | |
# distribution: 'zulu' | |
# - name: Android | |
# run: | | |
# make -Candroid |