Skip to content

Commit

Permalink
Update Conan conventions
Browse files Browse the repository at this point in the history
Automatically created by bincrafters-conventions 0.23.2
  • Loading branch information
bincrafters-user committed Mar 31, 2020
1 parent d53eaff commit 3757f62
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 @@ class SDL2TtfConan(ConanFile):
"fPIC": True,
}
requires = (
"freetype/2.9.1@bincrafters/stable",
"freetype/2.10.1",
"sdl2/2.0.9@bincrafters/stable",
)
_source_subfolder = "source_subfolder"
Expand Down

0 comments on commit 3757f62

Please sign in to comment.