Skip to content

Commit

Permalink
chore: add downloads badge
Browse files Browse the repository at this point in the history
  • Loading branch information
nxsaken committed Jun 1, 2024
1 parent b363991 commit 2edb5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Rust](https://github.com/nxsaken/clipline/actions/workflows/rust.yml/badge.svg)](https://github.com/nxsaken/clipline/actions/workflows/rust.yml)
[![crates.io](https://img.shields.io/crates/v/clipline.svg)](https://crates.io/crates/clipline)
[![Crates.io](https://img.shields.io/crates/d/clipline.svg)](https://crates.io/crates/clipline)
[![docs.rs](https://img.shields.io/docsrs/clipline)](https://docs.rs/clipline/latest/clipline/)

`clipline` is a Rust crate for efficient scan conversion (rasterization) of line segments with [clipping](https://en.wikipedia.org/wiki/Line_clipping) to a rectangular window. It is an implementation of
Expand Down

0 comments on commit 2edb5a8

Please sign in to comment.