Added an interface to support multiple games

- In the same way, I expect the addition of the ability of holding
multiple sinks in memory like outputting to a TUI, GUI and other
hardware devices
This commit is contained in:
2024-10-19 21:42:54 +01:00
commit eea5925b90
6 changed files with 204 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
module esdi
go 1.22.0
require github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07
require golang.org/x/sys v0.26.0 // indirect
require esilva.org.localhost/bngsdk v0.1.0
replace esilva.org.localhost/bngsdk => ../pkg/bngsdk