Skip to content

Commit

Permalink
Add mint feature to pass through to Kurbo
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 5, 2024
1 parent 74aa79f commit 9c899d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ This release has an [MSRV] of 1.70.
### Added

- Breaking change: An `alpha` multiplier to `Image` ([#40][] by [@DJMcNab][])
- `mint` feature to enable `mint` support in kurbo ([#46][] by [@waywardmonkeys][])

### Changed

Expand All @@ -44,10 +45,12 @@ This release has an [MSRV] of 1.70.
[MSRV]: README.md#minimum-supported-rust-version-msrv

[#26]: https://github.com/linebender/peniko/pull/26
[#40]: https://github.com/linebender/peniko/pull/40
[#46]: https://github.com/linebender/peniko/pull/46

[@ratmice]: https://github.com/ratmice
[@DJMcNab]: https://github.com/DJMcNab
[#40]: https://github.com/linebender/peniko/pull/40
[@ratmice]: https://github.com/ratmice
[@waywardmonkeys]: https://github.com/waywardmonkeys

[Unreleased]: https://github.com/linebender/peniko/compare/v0.1.1...HEAD
[0.1.1]: https://github.com/linebender/peniko/compare/v0.1.0...v0.1.1
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ rust-version = "1.70"
default = ["std"]
std = ["kurbo/std"]
libm = ["kurbo/libm"]
mint = ["kurbo/mint"]
serde = ["smallvec/serde", "kurbo/serde", "dep:serde_bytes", "dep:serde"]

[package.metadata.docs.rs]
Expand Down

0 comments on commit 9c899d4

Please sign in to comment.