Skip to content

Commit

Permalink
opengl tested
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisal Dissanayake committed Oct 25, 2023
1 parent fcd163f commit 9afa914
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ def requirements(self):
print("Using rendering backend " + str(self.options.rendering_backend));
if self.settings.os == 'Macos':
self.requires("glfw/3.3.8")
if self.options.rendering_backend == "OpenGL":
self.requires("glad/0.1.33")
if self.options.rendering_backend == "Vulkan":
self.requires("moltenvk/1.2.2")
elif self.options.rendering_backend == "WebGPU":
Expand Down

0 comments on commit 9afa914

Please sign in to comment.