From e34b2a96e2bf6ecf9c9af7ed975e77fbefb459ab Mon Sep 17 00:00:00 2001 From: Ratys Date: Fri, 13 Dec 2019 02:03:58 +0300 Subject: [PATCH] Removed a keyword. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4aa279f..aacdcf9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/Ratysz/resources" readme = "README.md" -keywords = ["resources", "resource", "mutability", "map", "container", "ecs"] +keywords = ["resources", "resource", "mutability", "container", "ecs"] categories = ["data-structures", "concurrency", "game-engines"] [badges]