21 lines
346 B
Text
21 lines
346 B
Text
|
#Anything can be here. Look for more libraries via conan search -r=all library_name
|
||
|
#Also you can check libs via https://conan.io/center
|
||
|
[requires]
|
||
|
raylib/5.5
|
||
|
#spdlog/1.15.0
|
||
|
nlohmann_json/3.11.3
|
||
|
#glm/cci.20230113
|
||
|
#glfw/3.4
|
||
|
#glew/2.2.0
|
||
|
#stb/cci.20240531
|
||
|
|
||
|
[options]
|
||
|
#blah:some_foo=True
|
||
|
|
||
|
[generators]
|
||
|
CMakeDeps
|
||
|
CMakeToolchain
|
||
|
|
||
|
[layout]
|
||
|
cmake_layout
|