FreeTypeAda 0.1 (#279)

This commit is contained in:
flyx
2021-05-17 16:46:49 +02:00
committed by GitHub
parent c62b1c590c
commit 8c2f2869db
@@ -0,0 +1,25 @@
name = "freetypeada"
description = "Thick binding to the FreeType library"
version = "0.1.0"
project-files = ["freetype.gpr"]
authors = ["Felix Krause"]
maintainers = ["Felix Krause <contact@flyx.org>"]
maintainers-logins = ["flyx"]
licenses = "MIT"
website = "https://github.com/flyx/FreeTypeAda"
tags = ["fonts", "rendering"]
[[depends-on]]
[depends-on."case(os)"."linux|windows"]
libfreetype = "^2"
[gpr-set-externals."case(os)"]
"linux|macos" = { FreeType_Linker_Param = "-lfreetype" }
"windows" = { FreeType_Linker_Param = "-lfreetype-6" }
[origin]
commit = "4fd90f573dc83a9b23e462520a60eb6a8dd92878"
url = "git+https://github.com/flyx/FreeTypeAda.git"