This commit is contained in:
2024-08-29 00:05:28 +02:00
commit 352c7af7ce
14 changed files with 1402 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
module goingtunneling
go 1.21
require (
github.com/aquilax/go-perlin v1.1.0
github.com/veandco/go-sdl2 v0.4.40
)