Skip to content

Commit

Permalink
⬇️ Downgraded GLM
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed May 2, 2024
1 parent 628f399 commit e748863
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 @@ -52,7 +52,7 @@ def requirements(self):
self.requires("gifcreator/2016.11@overte/stable")
self.requires("glad/0.1.36")
self.requires("gli/cci.20210515")
self.requires("glm/cci.20230113")
self.requires("glm/0.9.9.5", force=True)
self.requires("glslang/11.7.0")
self.requires("liblo/0.30@overte/stable")
self.requires("libnode/18.17.1@overte/stable")
Expand Down

0 comments on commit e748863

Please sign in to comment.