We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704f337 commit 7261ea5Copy full SHA for 7261ea5
3 files changed
go-wayland-cube/main.go
@@ -1,3 +1,4 @@
1
+// Go wayland cube demo - go build with -tags wayland
2
package main
3
4
//go:generate go run shaders/generate.go
libdecor/wrappers.go
+// Package libdecor implements a purego api to libdecor C library for window decorations in libwayland
package libdecor
import (
windowtrace/constants.go
+// Package windowtrace is same as window except with tracing
package windowtrace
// ModType is the type of Mod Masks
0 commit comments