Skip to content

Commit

Permalink
bump minor version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Nov 29, 2023
1 parent b577fc1 commit a67e6d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zeno"
version = "0.2.3"
version = "0.3.0"
authors = ["Chad Brokaw <[email protected]>"]
edition = "2018"
description = "High performance, low level 2D path rasterization."
Expand Down
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@ into alpha or subpixel masks.

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
zeno = "0.2.1"
```

Rendering a dashed stroke of a triangle:

```rust
Expand Down

0 comments on commit a67e6d3

Please sign in to comment.