Begin converting OS-specific operations to SDL2

This commit is contained in:
2025-07-01 21:38:07 -04:00
parent 56adc86742
commit 11993a59f5
4 changed files with 24 additions and 5 deletions

7
go.mod Normal file
View File

@@ -0,0 +1,7 @@
module akbasic
go 1.24.2
replace github.com/akesterson/purego-sdl3 => github.com/akesterson/purego-sdl3 v0.0.0-20250702003455-cb6712d78ea9
require github.com/veandco/go-sdl2 v0.4.40