[nostalgia] Start on new TileSheetEditor

This commit is contained in:
2021-12-17 20:57:56 -06:00
parent ed074d07be
commit 775008a513
122 changed files with 651 additions and 2592 deletions

View File

@@ -2,7 +2,7 @@ from conans import ConanFile, CMake
class NostalgiaConan(ConanFile):
settings = 'os', 'compiler', 'build_type', 'arch'
requires = 'jsoncpp/1.9.4', 'glfw/3.3.4', 'imgui/1.82'
requires = 'jsoncpp/1.9.4', 'glfw/3.3.4', 'imgui/1.83'
generators = 'cmake', 'cmake_find_package', 'cmake_paths'
default_options = {
}