Updated read/writes, fully using buffers now.

This commit is contained in:
2024-12-10 20:30:51 -05:00
parent ca681f08cd
commit cc9edb7825
8 changed files with 906 additions and 293 deletions

View File

@@ -5,9 +5,11 @@ go 1.22.0
toolchain go1.22.10
require (
github.com/golang/protobuf v1.5.4
github.com/hajimehoshi/ebiten/v2 v2.8.5
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d
golang.org/x/image v0.20.0
google.golang.org/protobuf v1.35.2
)
require (