Skip to content

Commit

Permalink
remove unused requires
Browse files Browse the repository at this point in the history
  • Loading branch information
StellaSmith committed Sep 13, 2023
1 parent d93f799 commit 3e760e7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ def requirements(self):
self.requires("imgui/1.89.8")
self.requires("boost/1.83.0")
self.requires("sdl/2.28.2", override=True)
self.requires("rmlui/4.4")

if self.options.with_opengl:
self.requires("glad/0.1.36")
Expand All @@ -67,8 +66,6 @@ def requirements(self):
sdk_version = "1.3.243.0"
self.requires(f"vulkan-headers/{sdk_version}")
self.requires(f"volk/{sdk_version}")
if is_apple_os(self):
self.requires("moltenvk/1.2.2")

def validate(self):
if self.settings.compiler.get_safe("cppstd"):
Expand Down

0 comments on commit 3e760e7

Please sign in to comment.