feat: add screenshot and ocr functionality with web interface

build: update makefile with new dependencies for tesseract and libpng
chore: reorganize example files into examples directory
This commit is contained in:
2026-01-24 16:17:47 +01:00
parent 8d3dfcbc7e
commit f4af2b1f1e
42 changed files with 9207 additions and 79 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
build/workspace.o: src/workspace.c include/workspace.h include/dwn.h \
include/client.h include/layout.h include/atoms.h include/util.h \
include/config.h include/panel.h
include/config.h include/panel.h include/api.h
include/workspace.h:
include/dwn.h:
include/client.h:
@@ -9,3 +9,4 @@ include/atoms.h:
include/util.h:
include/config.h:
include/panel.h:
include/api.h: