This PR implements @chrisplatorres's idea from #995 of using STB to decode an app icon and then pass to glfw.
Right now the icon is referenced using an unqualified relative path ("assets/icon.png"), which appears to "just work" for dev builds -- but may need further thought depending on how things like exokit prebuilts are being packaged.
This PR implements @chrisplatorres's idea from #995 of using STB to decode an app icon and then pass to glfw.
Right now the icon is referenced using an unqualified relative path (
"assets/icon.png"
), which appears to "just work" for dev builds -- but may need further thought depending on how things like exokit prebuilts are being packaged.