summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/continuous-workflow.yml2
-rw-r--r--TODO.md9
2 files changed, 5 insertions, 6 deletions
diff --git a/.github/workflows/continuous-workflow.yml b/.github/workflows/continuous-workflow.yml
index 891270b..f9a3f53 100644
--- a/.github/workflows/continuous-workflow.yml
+++ b/.github/workflows/continuous-workflow.yml
@@ -19,5 +19,3 @@ jobs:
run: find src/ -iname *.h -o -iname *.c | xargs clang-format --style=file --dry-run --Werror
- name: Compile C code
run: xmake build -y
- # - name: Run tests
- # run: xmake run -g tests
diff --git a/TODO.md b/TODO.md
index 05272cf..a374d06 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,9 +1,10 @@
- [ ] Port build to Makefile
- glsl -> spirv
- - compile static lib
- - compile shared lib
+ - ~~compile static lib~~
+ - ~~compile shared lib~~
- compile and run tests
- compile example
-- [ ] Consolidate down to one example
-- [ ] Get rid of doxygen
+- [ ] Consolidate down to a handful of examples
+- [x] Get rid of doxygen
- [ ] Move to Vulkan-first rendering
+- [ ] Build in pipeline (needs vulkan) \ No newline at end of file