feat: add portable Windows zone manager

This commit is contained in:
Steve Cliff
2026-08-20 08:57:41 +01:00
parent 318300ef79
commit 6ddecad74d
15 changed files with 1760 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
module github.com/stevec/fancywin
go 1.24
require (
golang.org/x/sys v0.35.0
gopkg.in/yaml.v3 v3.0.1
)