From 7f28db8dbc32f98dff0623d8d572575714f2ae90 Mon Sep 17 00:00:00 2001 From: LunaticWyrm <65457004+LunaticWyrm467@users.noreply.github.com> Date: Fri, 19 Jan 2024 10:44:23 +0000 Subject: [PATCH 1/2] Added Keywords --- Cargo.lock | 2 +- Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68e8535..ff37a3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "swift_vec" -version = "0.1.1" +version = "0.1.2" dependencies = [ "approx", "num-traits", diff --git a/Cargo.toml b/Cargo.toml index 64cc759..84d61f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swift_vec" -version = "0.1.1" +version = "0.1.2" edition = "2021" exclude = [ ".github/*", @@ -8,7 +8,8 @@ exclude = [ "tests/*", ] -repository = "https://github.com/LunaticWyrm467/SwiftVec" +keywords = ["gamedev", "math", "utility"] +repository = "https://github.com/LunaticWyrm467/SwiftVec" description = "A convenient and comfortable vector maths crate that supports 2D, 3D, and 4D vectors - along with additional scalar math." license = "MIT OR Apache-2.0" From 32dfa48b32f47a0dd1e0fd63c715f67a8de70c98 Mon Sep 17 00:00:00 2001 From: LunaticWyrm <65457004+LunaticWyrm467@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:22:19 +0000 Subject: [PATCH 2/2] Updated the License Badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46d4b4a..a001027 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # SwiftVec -![GitHub License](https://img.shields.io/github/license/LunaticWyrm467/SwiftVec) +![Crates.io License](https://img.shields.io/crates/l/swift_vec?color=green) [![Crates.io Version](https://img.shields.io/crates/v/swift_vec)](https://crates.io/crates/swift_vec) [![Documentation](https://docs.rs/swift_vec/badge.svg)](https://docs.rs/swift_vec)