Files
esdi/go.mod
T
esilva eea5925b90 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
2024-10-19 21:42:54 +01:00

12 lines
234 B
AMPL

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