File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments