Refactoring to webui FFI.

This commit is contained in:
2025-09-05 11:49:40 +02:00
parent 74295f7d7e
commit 12e9d3ad94
7 changed files with 644 additions and 80 deletions

View File

@@ -13,7 +13,7 @@
)
(define deps
'("racket/base" "net/http-easy" "file/unzip"))
'("racket/base" "net/http-easy" "file/unzip" "gregor" "html-printer"))
(define build-deps
'("racket-doc"