Skip to content

Commit

Permalink
Update Cargo.toml (#4)
Browse files Browse the repository at this point in the history
Update description in `Cargo.toml`
  • Loading branch information
ciscorn authored Jun 5, 2024
1 parent 3c844d3 commit 118b2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "dda-voxelize"
version = "0.1.0"
edition = "2021"
description = "Voxelization in Rust with the DDA Algorithm"
authors = ["nokonoko1203 <nokonoko.1203.777@gmail.com>", "MIERUNE Inc. <info@mierune.co.jp>"]
description = "3D mesh voxelization with the DDA algorithm"
authors = ["nokonoko1203 <nokonoko.1203.777@gmail.com>", "Taku Fukada <naninunenor@gmail.com>", "MIERUNE Inc. <info@mierune.co.jp>"]
license = "MIT"
repository = "https://github.com/MIERUNE/dda-voxelize-rs"
categories = ["algorithms", "graphics", "mathematics", "science::geo"]
Expand Down

0 comments on commit 118b2fe

Please sign in to comment.