Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
- name: Build dependencies
run: cabal build --only-dependencies

- name: Clean old artifacts
run: |
rm -rf dist-newstyle/sdist
rm -rf dist-newstyle/*-docs.tar.gz

- name: Create source distribution
run: cabal sdist

Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ main = runAccess_ app

[![Package](https://img.shields.io/hackage/v/aztecs-gl.svg)](https://hackage.haskell.org/package/aztecs-gl)

- [`aztecs-gl-text`](https://github.com/aztecs-hs/aztecs-gl-text)

OpenGL text rendering support

[![Package](https://img.shields.io/hackage/v/aztecs-gl-text.svg)](https://hackage.haskell.org/package/aztecs-gl-text)

- [`aztecs-glfw`](https://github.com/aztecs-hs/aztecs-glfw)

GLFW window support
Expand Down