From 2edb5a8511ca966bd00235df51a29a60f0ca2541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurzhan=20Sak=C3=A9n?= Date: Thu, 4 Jan 2024 02:53:52 +0400 Subject: [PATCH] chore: add downloads badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f621ab7..0f4f571 100644 --- a/README.md +++ b/README.md @@ -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