doodle/src
Noah f473609bb5 Add build time, hash and version info to binaries
Add urfave/cli to the doodle.exe binary to add a --version command. Both
doodle.exe and doodad.exe will now print their git commit hash and build
date along with their version number when asked.

% ./bin/doodle --version
doodle version 0.0.7-alpha build a316baf. Built on 2018-12-30T14:44:43-08:00
2018-12-30 14:46:29 -08:00
..
balance Reorganize the package layout 2018-12-30 14:22:50 -08:00
doodads Reorganize the package layout 2018-12-30 14:22:50 -08:00
draw Reorganize the package layout 2018-12-30 14:22:50 -08:00
enum Reorganize the package layout 2018-12-30 14:22:50 -08:00
events Reorganize the package layout 2018-12-30 14:22:50 -08:00
level Reorganize the package layout 2018-12-30 14:22:50 -08:00
uix Reorganize the package layout 2018-12-30 14:22:50 -08:00
commands.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
config.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
doodle.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
editor_scene.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
editor_scene_debug.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
editor_ui.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
editor_ui_doodad.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
editor_ui_palette.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
fps.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
guitest_scene.go Add build time, hash and version info to binaries 2018-12-30 14:46:29 -08:00
log.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
main_scene.go Add build time, hash and version info to binaries 2018-12-30 14:46:29 -08:00
play_scene.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
scene.go Reorganize the package layout 2018-12-30 14:22:50 -08:00
shell.go Reorganize the package layout 2018-12-30 14:22:50 -08:00