Skip to content

Commit

Permalink
Fixes, LuaCATS documentation
Browse files Browse the repository at this point in the history
* API refinements
  * using Zig's dir- and basename functions
  * rename openDir, makePath -> open_dir, make_path
* Code to generate LuaLs annotations
* Documentation: setup page
  • Loading branch information
jwdevantier committed Nov 28, 2024
1 parent 10c0531 commit 2f07065
Show file tree
Hide file tree
Showing 26 changed files with 1,739 additions and 256 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
with:
version: 0.13.0

- name: Build HTT
run: zig build

- name: Create release directory
run: mkdir -p releases

Expand Down
1 change: 1 addition & 0 deletions api/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
htt.lua
Loading

0 comments on commit 2f07065

Please sign in to comment.