diff options
| author | ache <ache@ache.one> | 2025-09-17 23:10:25 +0200 |
|---|---|---|
| committer | ache <ache@ache.one> | 2025-09-17 23:10:25 +0200 |
| commit | 0e1e53c13c40cfe4f063fb21165c8ff102de4807 (patch) | |
| tree | d44d1d0839fbd97290a5c16f2aa1c3c8a8957cd3 | |
| parent | Fix the link a the images (diff) | |
Add a package description
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ authors = ["Hédy Ache <ache@ache.one>"] license = "MIT" license-file = "LICENSE" keywords=["octree", "color", "allRGB"] -homepage="https://git.ache.one/coloctree" +homepage="https://git.ache.one/coloctree/about/" +description="An octree implementation for RGB Color to create all RGB images." [dependencies] rand = "*" |