From 34170530161e0ae50f6ea5e688b06ae4520c26df Mon Sep 17 00:00:00 2001 From: Auburn Date: Sun, 15 Oct 2023 23:54:34 +0100 Subject: [PATCH] Fix Cargo.toml keywords --- Rust/Cargo.toml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/Rust/Cargo.toml b/Rust/Cargo.toml index 2fb8095..a09214d 100644 --- a/Rust/Cargo.toml +++ b/Rust/Cargo.toml @@ -16,24 +16,10 @@ categories = [ ] keywords = [ "noise", - "fastnoise", - "procedural", "simplex", - "opensimplex", - "cellular", - "voronoi", "perlin", - "value", - "cubic", - "fractal", - "domain-warping", - "2D", - "3D", - "heightmap", + "procedural", "terrain", - "texture", - "random", - "generative", ] [features]