Skip to content

Commit

Permalink
(#24352) msdfgen: add version 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Jun 17, 2024
1 parent 4be501b commit 0251a96
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions recipes/msdfgen/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"1.12":
url: "https://github.com/Chlumsky/msdfgen/archive/refs/tags/v1.12.tar.gz"
sha256: "f058117496097217d12e4ea86adbff8467adaf6f12af793925d243b86b0c4f57"
"1.11":
url: "https://github.com/Chlumsky/msdfgen/archive/refs/tags/v1.11.tar.gz"
sha256: "fad74e33274f591e72511bc0546189e7aec439f2a512ef1b2fde243554d457cb"
Expand Down
5 changes: 2 additions & 3 deletions recipes/msdfgen/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@

required_conan_version = ">=1.53.0"


class MsdfgenConan(ConanFile):
name = "msdfgen"
description = "Multi-channel signed distance field generator"
license = "MIT"
topics = ("msdf", "shape", "glyph", "font")
homepage = "https://github.com/Chlumsky/msdfgen"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/Chlumsky/msdfgen"
topics = ("msdf", "shape", "glyph", "font")
package_type = "library"
settings = "os", "arch", "compiler", "build_type"
options = {
Expand Down
2 changes: 2 additions & 0 deletions recipes/msdfgen/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"1.12":
folder: all
"1.11":
folder: all
"1.10":
Expand Down

0 comments on commit 0251a96

Please sign in to comment.