bugfixing, performance improvements and added casting frames formula

This commit is contained in:
Héctor Giménez
2024-05-09 20:27:31 +09:00
parent 0c6a2c17ab
commit c398062b57
14 changed files with 293 additions and 216 deletions

2
go.mod
View File

@@ -3,7 +3,7 @@ module github.com/hectorgimenez/d2go
go 1.22
require (
github.com/expr-lang/expr v1.16.6
github.com/expr-lang/expr v1.16.7
github.com/faiface/beep v1.1.0
github.com/stretchr/testify v1.9.0
golang.org/x/sys v0.20.0