Skip to content

Commit

Permalink
Merge pull request #35 from AnotherFoxGuy/ogre-3.0
Browse files Browse the repository at this point in the history
⬆️ Updated OGRE conan pkg to 3.0
  • Loading branch information
cryham authored Oct 17, 2024
2 parents e3938f0 + bc4206d commit f2fa0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def layout(self):
self.folders.generators = os.path.join(self.folders.build, "generators")

def requirements(self):
self.requires("ogre3d-next/2024.09@anotherfoxguy/stable", force=True)
self.requires("ogre3d-next/3.0.0@anotherfoxguy/stable", force=True)
self.requires("mygui-next/2024.01@anotherfoxguy/stable")

if not self.options.system_pkgs:
Expand Down

0 comments on commit f2fa0c7

Please sign in to comment.