Skip to content

Commit

Permalink
chore: release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Nurzhan Sakén <[email protected]>
  • Loading branch information
nxsaken committed Jun 1, 2024
1 parent c0327de commit b363991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "clipline"
version = "0.1.2"
version = "0.2.0"
authors = ["Nurzhan Sakén <[email protected]>"]
edition = "2021"
description = "Efficient scan conversion (rasterization) of line segments with clipping to a rectangular window."
readme = "README.md"
repository = "https://github.com/nxsaken/clipline/"
license = "MIT OR Apache-2.0"
keywords = ["graphics", "clipping", "line", "bresenham", "rasterization"]
categories = ["graphics", "rendering", "algorithms"]
categories = ["graphics", "rendering", "algorithms", "game-development", "rendering"]
include = [
"**/*.rs",
"Cargo.toml",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ To use `clipline`, add it to your `Cargo.toml` file:

```toml
[dependencies]
clipline = "0.1.2"
clipline = "0.2.0"
```

## Usage
Expand Down

0 comments on commit b363991

Please sign in to comment.