Skip to content

Commit

Permalink
Release ab_glyph_rasterizer 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexheretic committed May 8, 2020
1 parent 394f70f commit 2cf270c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rasterizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.1.2
* For `Point` implement `Sub`, `Add`, `SubAssign`, `AddAssign`, `PartialEq`, `PartialOrd`, `From<(x, y)>`,
`From<[x, y]>` for easier use downstream.
* Switch `Point` `Debug` implementation to output `point(1.2, 3.4)` smaller representation referring to the `point` fn.
Expand Down
2 changes: 1 addition & 1 deletion rasterizer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ab_glyph_rasterizer"
version = "0.1.1"
version = "0.1.2"
authors = ["Alex Butler <alexheretic@gmail.com>"]
edition = "2018"
description = "Coverage rasterization for lines, quadratic & cubic beziers"
Expand Down

0 comments on commit 2cf270c

Please sign in to comment.