Skip to content

Commit

Permalink
Add opengl to build libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
lerno committed Aug 18, 2024
1 parent d308efa commit 059a09c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ jobs:
asset_name: tigr.c3l
asset_content_type: application/zip

- name: upload opengl
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: packages/opengl.c3l
asset_name: opengl.c3l
asset_content_type: application/zip

- name: upload curl
uses: actions/upload-release-asset@v1
env:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This repository contains external libraries for use with C3.
- SDL2 2.28.x https://libsdl.org/ - WIP
- Tigr https://github.com/erkkah/tigr (Needs Windows & macOS static libraries)
- Curl https://curl.se/docs/manpage.html
- OpenGL

## Guide for writing bindings

Expand Down

0 comments on commit 059a09c

Please sign in to comment.