Update docs (#8)

* add documentation and missing doxygen dependency

* update readme and mainpage
This commit is contained in:
m-aXimilian
2025-09-25 09:15:22 +02:00
committed by Maximilian Kueffner
parent 235d00192a
commit 22fd65773d
7 changed files with 37 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: setup
run: |
sudo apt update
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev doxygen
sudo apt -y install libopencv-dev libglfw3 libglfw3-dev libxkbcommon-dev libxinerama-dev libxcursor-dev libxi-dev doxygen graphviz
- name: configure
run: cmake --preset gcc-debug
- name: build