diff options
Diffstat (limited to 'conanfile.txt')
-rw-r--r-- | conanfile.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/conanfile.txt b/conanfile.txt new file mode 100644 index 0000000..2bf6348 --- /dev/null +++ b/conanfile.txt @@ -0,0 +1,15 @@ +[requires] +argparse/2.1 +glfw/3.3.2 +glad/0.1.34 +doctest/2.4.4 +tsl-ordered-map/1.0.0 +tsl-robin-map/0.6.3 +tsl-array-hash/0.7.1 + +[generators] +cmake + +[options] +glad:no_loader=True +glad:gl_version=4.5 |