-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nurzhan Sakén <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters