Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Anonymous Maarten <madebr@users.noreply.github.com>
  • Loading branch information
jgsogo and madebr authored Sep 8, 2021
1 parent c6263f3 commit f500dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/magnum/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class MagnumConan(ConanFile):
description = "Lightweight and modular C++11/C++14 graphics middleware for games and data visualization"
license = "MIT"
short_paths = True
topics = ("conan", "corrade", "graphics", "rendering", "3d", "2d", "opengl")
topics = ("magnum", "graphics", "middleware", "graphics", "rendering", "gamedev", "opengl", "3d", "3d", "opengl", "game-engine")
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://magnum.graphics"

Expand Down Expand Up @@ -223,7 +223,7 @@ def requirements(self):
if self.options.with_gl:
self.requires("opengl/system")
if self.options.with_vk:
self.requires("vulkan-loader/1.2.182")
self.requires("vulkan-loader/1.2.190")

if self.options.get_safe("with_eglcontext", False) or \
self.options.get_safe("with_xeglapplication", False) or \
Expand Down

0 comments on commit f500dc4

Please sign in to comment.