| 1 | [package] |
| 2 | |
| 3 | name = "freetype-sys" |
| 4 | version = "0.20.1" |
| 5 | authors = ["Coeuvre <coeuvre@gmail.com>" ] |
| 6 | links = "freetype" |
| 7 | build = "build.rs" |
| 8 | keywords = ["freetype" , "ffi" ] |
| 9 | description = "Low level binding for FreeType font library" |
| 10 | license = "MIT" |
| 11 | readme = "README.md" |
| 12 | repository = "https://github.com/PistonDevelopers/freetype-sys.git" |
| 13 | homepage = "https://github.com/PistonDevelopers/freetype-sys" |
| 14 | edition = "2018" |
| 15 | |
| 16 | [build-dependencies] |
| 17 | cc = "1" |
| 18 | pkg-config = "0.3.11" |
| 19 | |
| 20 | [dependencies] |
| 21 | libc = "0.2.42" |
| 22 | |