From 6b80f8c4762af78168d49d85ae2d28ca6ae367aa Mon Sep 17 00:00:00 2001 From: Jonas Geiler Date: Mon, 27 May 2024 13:07:00 +0200 Subject: [PATCH] docs: added lua-fenster link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8618c34..5695a25 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ This library provides the most minimal and highly opinionated way to display a c * One C99 header of ~300LOC, easy to understand and extend. * Go bindings (`import "github.com/zserge/fenster"`, see [godoc](https://pkg.go.dev/github.com/zserge/fenster)) * Zig bindings (see [examples/minimal-zig](/examples/minimal-zig)) +* Lua bindings (see https://github.com/jonasgeiler/lua-fenster) * And, yes, [it can run Doom](/examples/doom-c)! ## Example