{"id":13722236,"url":"https://github.com/PistonDevelopers/freetype-sys","last_synced_at":"2025-05-07T14:31:25.720Z","repository":{"id":24485102,"uuid":"27889503","full_name":"PistonDevelopers/freetype-sys","owner":"PistonDevelopers","description":"Low level bindings for the FreeType font library","archived":false,"fork":false,"pushed_at":"2024-10-20T12:46:17.000Z","size":8537,"stargazers_count":31,"open_issues_count":9,"forks_count":44,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-02T06:04:01.805Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PistonDevelopers.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-12-11T20:07:32.000Z","updated_at":"2025-02-16T04:05:01.000Z","dependencies_parsed_at":"2024-06-19T00:23:52.495Z","dependency_job_id":"438f1745-5a63-47d6-87ff-7b6c2532e360","html_url":"https://github.com/PistonDevelopers/freetype-sys","commit_stats":{"total_commits":85,"total_committers":22,"mean_commits":"3.8636363636363638","dds":0.5764705882352941,"last_synced_commit":"5f01ed9ec7534e69af3c6d013323b3c453fedf16"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-sys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-sys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-sys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-sys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PistonDevelopers","download_url":"https://codeload.github.com/PistonDevelopers/freetype-sys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895631,"owners_count":21821194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T01:01:26.241Z","updated_at":"2025-05-07T14:31:22.449Z","avatar_url":"https://github.com/PistonDevelopers.png","language":"C","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"freetype-sys [![Build Status](https://github.com/PistonDevelopers/freetype-sys/actions/workflows/ci.yml/badge.svg)](https://github.com/PistonDevelopers/freetype-sys/actions/workflows/ci.yml)\n============\n\nLow level bindings for the FreeType font library.\n\n# Statically linking against FreeType\n\nIf the `bundled` feature is enabled, `freetype-sys` will build and link a static copy of FreeType. This requires a C compiler. The included version of FreeType is 2.13.2.\n\n```\n[dependencies]\nfreetype-sys = { version = \"0.21\", features = [\"bundled\"] }\n```\n\n## For Windows users\n\n### -pc-windows-gnu\nIn order to easily setup FreeType just get MSYS2 and install either the `mingw-w64-x86_64-freetype` or `mingw-w64-i686-freetype` package and then use Rust from within the correct MinGW shell of MSYS2.\n\nMore information on setting up MSYS2 for Rust can be found in [the Rust installing from source document](https://github.com/rust-lang/rust/blob/master/INSTALL.md#building-on-windows).\n\n### -pc-windows-msvc\nPrebuilt libraries for FreeType are available [here](https://github.com/PistonDevelopers/binaries).\n\nThen in the root of your project, in one of the parent directories, or in your home directory, create a .cargo directory. This directory should contain a `config` file that contains the following snippet:\n\n```toml\n[target.i686-pc-windows-msvc.freetype]\nrustc-link-search = [\"C:\\\\Path\\\\To\\\\binaries\\\\i686\"]\nrustc-link-lib = [\"freetype\"]\n\n[target.x86_64-pc-windows-msvc.freetype]\nrustc-link-search = [\"C:\\\\Path\\\\To\\\\binaries\\\\x86_64\"]\nrustc-link-lib = [\"freetype\"]\n```\n\nFor more information, check [the official Cargo documentation](https://doc.rust-lang.org/cargo/reference/build-scripts.html#overriding-build-scripts).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPistonDevelopers%2Ffreetype-sys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPistonDevelopers%2Ffreetype-sys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPistonDevelopers%2Ffreetype-sys/lists"}