vendor dependencies, make some changes to how input is done

This commit is contained in:
2026-06-15 18:54:00 +02:00
parent 535130933c
commit 4800eb28d9
759 changed files with 360941 additions and 30 deletions
+16
View File
@@ -0,0 +1,16 @@
// SPDX-License-Identifier: Apache-2.0
// SPDX-FileCopyrightText: 2024 The Ebitengine Authors
// Package hideconsole is a utility package to hide a console automatically
// even without `-ldflags "-Hwindowsgui"` on Windows.
//
// On non-Windows, this package does nothing.
//
// # Usage
//
// Import this package with a blank identifier:
//
// import (
// _ "github.com/ebitengine/hideconsole"
// )
package hideconsole