chore: expand debug logging + embeddable version

This commit is contained in:
Gabe Farrell 2025-06-13 18:29:08 -04:00
parent edbd7d506e
commit e92733823d
25 changed files with 563 additions and 303 deletions

View file

@ -7,10 +7,13 @@ import (
"github.com/gabehf/koito/engine"
)
var Version = "dev"
func main() {
if err := engine.Run(
os.Getenv,
os.Stdout,
Version,
); err != nil {
fmt.Fprintf(os.Stderr, "%s\n", err)
os.Exit(1)