From 718d2ff9c91b9975746b810a51b170e7daf78025 Mon Sep 17 00:00:00 2001 From: shnewto Date: Sun, 3 Mar 2024 19:15:48 -0700 Subject: [PATCH] a couple more crate tags --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 850aae3..4a90006 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ authors = ["@shnewto"] description = "a library for getting the edges of objects in images with transparency" readme = "README.md" -keywords = ["image", "edge", "transparency"] +keywords = ["image", "edge", "transparency", "sprite", "bevy"] homepage = "https://github.com/shnewto/edges" repository = "https://github.com/shnewto/edges"