Version updated.

This commit is contained in:
2026-04-06 01:10:06 +02:00
parent 7734a7f36d
commit 3d8cd94967
4 changed files with 18 additions and 5 deletions

View File

@@ -8,7 +8,7 @@
@defmodule[racket-webview/racket-webview]
Higher-level interface built on top of @racketmodname[racket-webview-qt].
Higher-level interface built on top of @racketmodname[racket-webview/racket-webview-qt].
This module provides a structured programming model around the lower-level
webview bindings. It introduces contexts, a local HTTPS server, JSON-based
@@ -17,7 +17,7 @@ event handling, and DOM and JavaScript utilities.
@section{Architecture}
The module builds on the lower-level bindings from
@racketmodname[racket-webview-qt]. It adds:
@racketmodname[racket-webview/racket-webview-qt]. It adds:
@itemlist[#:style 'compact
@item{structured Racket values instead of raw strings}