[nostalgia] Switch from Conan to bundled dep glfw

This commit is contained in:
2022-03-11 22:16:59 -06:00
parent 3e080b95d5
commit c152bb9a66
3 changed files with 4 additions and 3 deletions
+1 -1
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.86'
requires = 'jsoncpp/1.9.4', 'imgui/1.86'
generators = 'cmake', 'cmake_find_package', 'cmake_paths'
default_options = {
}