Skip to content

Commit 791f767

Browse files
committed
Upgrade graphics and spdlog.
1 parent 0e2038d commit 791f767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conan/conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ class GraphicsConan(ConanFile):
2929
revision_mode = "scm"
3030

3131
def requirements(self):
32-
self.requires("graphics/d228309bee@adnn", transitive_headers=True)
32+
self.requires("graphics/a842a03bf7@adnn", transitive_headers=True)
3333
self.requires("handy/97edf2bb4f@adnn", transitive_headers=True)
3434
self.requires("math/ee8b6fb1ed@adnn", transitive_headers=True)
3535

3636
self.requires("assimp/5.4.3", transitive_headers=False)
3737
self.requires("imgui/1.91.5-docking", transitive_headers=True)
3838
# Note: we do not want spdlog to be a public dependency
39-
self.requires("spdlog/1.15.0", transitive_headers=False)
39+
self.requires("spdlog/1.15.1", transitive_headers=False)
4040

4141

4242
# There exist automatic alternatives.

0 commit comments

Comments
 (0)