Moved some modules and added documentation

This commit is contained in:
2026-04-06 00:15:49 +02:00
parent 1f4f8a1fbd
commit f35f040efb
29 changed files with 276 additions and 70 deletions

View File

@@ -0,0 +1,11 @@
#lang racket/base
(provide webview-major
webview-minor
webview-patch
)
(define webview-major 0)
(define webview-minor 1)
(define webview-patch 1)