Update to nmage v0.23.1

This commit is contained in:
bloeys
2024-04-20 12:07:05 +04:00
parent 967c9815a0
commit 5b15017fc6
6 changed files with 50 additions and 53 deletions

8
go.mod
View File

@ -1,11 +1,11 @@
module github.com/bloeys/gopad
go 1.18
go 1.22
require (
github.com/bloeys/nmage v0.16.2
github.com/inkyblackness/imgui-go/v4 v4.6.0
github.com/veandco/go-sdl2 v0.4.25
github.com/AllenDang/cimgui-go v0.0.0-20230720025235-f2ff398a66b2
github.com/bloeys/nmage v0.23.1
github.com/veandco/go-sdl2 v0.4.35
)
require (