{"id":13722223,"url":"https://github.com/PistonDevelopers/freetype-rs","last_synced_at":"2025-05-07T14:31:21.979Z","repository":{"id":387187,"uuid":"20849255","full_name":"PistonDevelopers/freetype-rs","owner":"PistonDevelopers","description":"Rust bindings for FreeType library","archived":false,"fork":false,"pushed_at":"2025-01-08T21:38:52.000Z","size":1549,"stargazers_count":88,"open_issues_count":24,"forks_count":65,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-04-19T10:20:59.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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-06-15T06:01:10.000Z","updated_at":"2025-02-13T02:44:14.000Z","dependencies_parsed_at":"2024-06-18T20:11:01.872Z","dependency_job_id":"40933655-5791-4d87-bf3c-99fa2b71c0c4","html_url":"https://github.com/PistonDevelopers/freetype-rs","commit_stats":{"total_commits":249,"total_committers":48,"mean_commits":5.1875,"dds":0.6987951807228916,"last_synced_commit":"6aa08290fb68e8d4142c5adc5b6defdcf9bfb30c"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PistonDevelopers%2Ffreetype-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PistonDevelopers","download_url":"https://codeload.github.com/PistonDevelopers/freetype-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252895623,"owners_count":21821193,"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.074Z","updated_at":"2025-05-07T14:31:20.231Z","avatar_url":"https://github.com/PistonDevelopers.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# freetype-rs [![Build Status](https://travis-ci.org/PistonDevelopers/freetype-rs.svg?branch=master)](https://travis-ci.org/PistonDevelopers/freetype-rs)\n\nRust bindings for FreeType library\n\n## Requirements\n\n  * *Cargo*: We use Cargo to compile the project.\n  * *FreeType2 development libraries*: For installation instructions see\n    [freetype-sys](https://github.com/PistonDevelopers/freetype-sys).\n\nIf the building fails, then it is likely that pkg-config does not find a FreeType library it can bind to. Use the feature \"bundled\" to build a static version of the library (requires a C compiler):\n\n```text\n[dependencies]\nfreetype-rs = { version = \"*\", features = [\"bundled\"] }\n```\n\n## Build\n\nClone this repo then run\n```\ncd freetype-rs\ncargo build\n```\n\n## Examples\n\nTo build examples, use `cargo test`. They are all built in `./target/debug/examples/*`.\n\nTo run examples, use `cargo run --example name`, for example:\n```\ncargo run --example single_glyph examples/assets/FiraSans-Regular.ttf A\n```\n\n[How to contribute](https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPistonDevelopers%2Ffreetype-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPistonDevelopers%2Ffreetype-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPistonDevelopers%2Ffreetype-rs/lists"}