From 1cb395d4e29239a6d0c50ff37e16c143844dac75 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 21 Feb 2025 05:41:54 -0600 Subject: start thinking about a raw grid widget --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 83bbf8d..1728c7c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ all: @echo "It creates a binary tree of widgets (Windows, Buttons, etc)" @echo "This is the interface to the GUI GO plugin (ncurses, GTK, etc)" @echo - @echo "todo: rewrite this using protobufs" + @echo "note: Feb 2025. this is experimental. being rewritten to use protobufs" @echo @make goimports vet -- cgit v1.2.3