Upgrade sdl version, implement embed rendering, and more!

This commit is contained in:
2022-11-13 10:34:59 -05:00
parent b1dd2b71d8
commit db57432d41
14 changed files with 429 additions and 257 deletions

4
core/version.go Normal file
View File

@ -0,0 +1,4 @@
package core
var Version string
var Build string