{"id":19074684,"url":"https://github.com/linebender/peniko","last_synced_at":"2025-04-04T16:11:20.732Z","repository":{"id":63647793,"uuid":"568940740","full_name":"linebender/peniko","owner":"linebender","description":"Primitive types for styling vector graphics.","archived":false,"fork":false,"pushed_at":"2025-03-19T18:17:50.000Z","size":181,"stargazers_count":44,"open_issues_count":3,"forks_count":13,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-03-28T15:04:05.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/linebender.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-21T18:33:01.000Z","updated_at":"2025-03-21T20:58:21.000Z","dependencies_parsed_at":"2023-02-10T11:00:28.751Z","dependency_job_id":"43519522-35f5-430d-a5ea-fef3fd085a63","html_url":"https://github.com/linebender/peniko","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Fpeniko","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Fpeniko/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Fpeniko/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/linebender%2Fpeniko/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/linebender","download_url":"https://codeload.github.com/linebender/peniko/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247208142,"owners_count":20901570,"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-11-09T01:52:00.955Z","updated_at":"2025-04-04T16:11:20.710Z","avatar_url":"https://github.com/linebender.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# Peniko\n\n**A Rust 2D graphics type library**\n\n[![Linebender Zulip, #kurbo channel](https://img.shields.io/badge/Linebender-%23kurbo-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/channel/260979-kurbo)\n[![dependency status](https://deps.rs/repo/github/linebender/peniko/status.svg)](https://deps.rs/repo/github/linebender/peniko)\n[![Apache 2.0 or MIT license.](https://img.shields.io/badge/license-Apache--2.0_OR_MIT-blue.svg)](#license)\n[![Build status](https://github.com/linebender/peniko/workflows/CI/badge.svg)](https://github.com/linebender/peniko/actions)\n[![Crates.io](https://img.shields.io/crates/v/peniko.svg)](https://crates.io/crates/peniko)\n[![Docs](https://docs.rs/peniko/badge.svg)](https://docs.rs/peniko)\n\n\u003c/div\u003e\n\nThe Peniko library builds on top of [kurbo] and [color] and provides a set of generic types that define styles for rendering and composition.\n\nThe name \"Peniko\" is Esperanto for \"brush\" which is one family of types that the library contains.\n\n## Minimum supported Rust Version (MSRV)\n\nThis version of Peniko has been verified to compile with **Rust 1.82** and later.\n\nFuture versions of Peniko might increase the Rust version requirement.\nIt will not be treated as a breaking change and as such can even happen with small patch releases.\n\n\u003cdetails\u003e\n\u003csummary\u003eClick here if compiling fails.\u003c/summary\u003e\n\nAs time has passed, some of Peniko's dependencies could have released versions with a higher Rust requirement.\nIf you encounter a compilation issue due to a dependency and don't want to upgrade your Rust toolchain, then you could downgrade the dependency.\n\n```sh\n# Use the problematic dependency's name and version\ncargo update -p package_name --precise 0.1.1\n```\n\u003c/details\u003e\n\n## Community\n\n[![Linebender Zulip, #kurbo channel](https://img.shields.io/badge/Linebender-%23kurbo-blue?logo=Zulip)](https://xi.zulipchat.com/#narrow/channel/260979-kurbo)\n\nDiscussion of Peniko development happens in the Linebender Zulip at \u003chttps://xi.zulipchat.com/\u003e, specifically the [#kurbo channel](https://xi.zulipchat.com/#narrow/channel/260979-kurbo).\nAll public content can be read without logging in.\n\n## License\n\nLicensed under either of\n\n- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e)\n- MIT license ([LICENSE-MIT](LICENSE-MIT) or \u003chttp://opensource.org/licenses/MIT\u003e)\n\nat your option.\n\n## Contribution\n\nContributions are welcome by pull request. The [Rust code of conduct] applies.\nPlease feel free to add your name to the [AUTHORS] file in any substantive pull request.\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.\n\n[color]: https://crates.io/crates/color\n[kurbo]: https://crates.io/crates/kurbo\n[Rust Code of Conduct]: https://www.rust-lang.org/policies/code-of-conduct\n[AUTHORS]: ./AUTHORS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinebender%2Fpeniko","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flinebender%2Fpeniko","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flinebender%2Fpeniko/lists"}