Commit graph

3 commits

Author SHA1 Message Date
JetSetIlly
f62f58343d bumped version to v0.40.0_preview_2
minimum Go version increased to go1.24.0

disabled unconvert linter. the latest version of the linter does not
work with go1.24.0

modified 0001-statsviz.patch to match changes go version change in go.mod
2025-02-16 21:45:47 +00:00
JetSetIlly
ede7847b76 module replacement for inkyblackness/imgui-go
now using jetsetilly/imgui.go so that patches can be applied

updated statsviz.patch
2024-05-08 21:29:11 +01:00
JetSetIlly
4cc32c4294 added statsviz patch
statsviz support is presented in the form of a patch file. this is so
that the requirements of the patch don't become part of the project
unecessarily

the statsviz package is only needed for emulator development and including
the additional packages in the BOM creates a false impression of the
requirements (IMO)

patch can be applied with:

   git apply --verbose 0001-statsviz.patch

Makefile has a "patch_file_integrity" target to test that patch files
can still be applied cleanly. ideal for calling from git pre-commit hook

patch was created with:

    git diff > 0001-statsviz.patch
2024-05-04 13:08:10 +01:00