From a81486fe2dd174cb7b544b2245a4deae7a424caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nurzhan=20Sak=C3=A9n?= Date: Wed, 25 Oct 2023 19:35:30 +0400 Subject: [PATCH] Added workflow badge to README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 573f73e..3baf4d3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ✂️ clipline 📏 +[![Rust](https://github.com/nxsaken/clipline/actions/workflows/rust.yml/badge.svg)](https://github.com/nxsaken/clipline/actions/workflows/rust.yml) + `clipline` is a Rust crate for efficient scan conversion of a line segment with [clipping](https://en.wikipedia.org/wiki/Line_clipping) to a rectangular window. It is an implementation of [the 1995 paper by YP Kuzmin](https://doi.org/10.1111/1467-8659.1450275).