From f77704ce5afb5b9db4c824661f0a9d7700448ac2 Mon Sep 17 00:00:00 2001 From: p0ryae Date: Sat, 9 Dec 2023 17:12:12 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aaf3bac..430fffd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "trs_24" -version = "0.1.4" +version = "0.1.5" edition = "2021" keywords = ["gamedev", "graphics", "android", "trs_24", "engine"] categories = ["game-engines", "game-development", "graphics", "rendering"]