From 128dd28826da13dfcb537eebdcc10bae5b8fdfc2 Mon Sep 17 00:00:00 2001 From: Cobrand Date: Sat, 6 May 2017 04:20:55 +0200 Subject: [PATCH] Update sdl2 categories and keywords --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 9b54a2b5..564374b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/" version = "0.30.0-beta" license = "MIT" authors = [ "Tony Aldridge ", "Cobrand "] -keywords = ["SDL", "windowing", "graphics"] -categories = ["rendering","games","game-engine","multimedia"] +keywords = ["SDL", "windowing", "graphics", "api"] +categories = ["rendering","games","api-bindings","game-engines","multimedia"] [lib]