From 9b45cf7518438a391262fdd6f3337b0e0ef54ff7 Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Tue, 25 Oct 2022 20:13:00 +0200 Subject: [PATCH] Capitalize bevy --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1bde637..ebf592b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Johan Helsing "] categories = ["game-development"] -description = "Procedural noise primitives for bevy" +description = "Procedural noise primitives for Bevy" edition = "2021" keywords = ["gamedev", "bevy", "noise", "pcg", "simplex_noise"] license = "MIT"