From 5837a8d8a1a56a96cea23f929de714dcdfcab85e Mon Sep 17 00:00:00 2001 From: "Claire V. Hammond" Date: Sun, 20 Aug 2023 20:54:57 -0700 Subject: [PATCH] fixed categories --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 30ca218..1822bcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "c3dio" version = "0.2.0" authors = ["Claire V. Hammond "] edition = "2021" -categories = ["encoding", "filesystem", "parser-implementation", "motion-capture", "biomechanics"] +categories = ["science", "simulation", "parser-implementations", "game-development", "science::robotics"] description = "A library for reading and writing C3D files." license = "MIT OR Apache-2.0" homepage = "https://biomech.dev/c3dio"