From 118b2fef45a16e21299c32c69cd4411e3cb4882f Mon Sep 17 00:00:00 2001 From: Taku Fukada Date: Wed, 5 Jun 2024 09:51:16 +0900 Subject: [PATCH] Update Cargo.toml (#4) Update description in `Cargo.toml` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 662011f..1c27044 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "dda-voxelize" version = "0.1.0" edition = "2021" -description = "Voxelization in Rust with the DDA Algorithm" -authors = ["nokonoko1203 ", "MIERUNE Inc. "] +description = "3D mesh voxelization with the DDA algorithm" +authors = ["nokonoko1203 ", "Taku Fukada ", "MIERUNE Inc. "] license = "MIT" repository = "https://github.com/MIERUNE/dda-voxelize-rs" categories = ["algorithms", "graphics", "mathematics", "science::geo"]