Skip to content

added NSGeometry include #14

added NSGeometry include

added NSGeometry include #14

Workflow file for this run

name: linux
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: apt
run: sudo apt-get install mesa-common-dev libglx-dev libxcursor-dev
- name: gcc
run: gcc main.c -lX11 -lGLX -lGL