Skip to content

Commit c5b626f

Browse files
committed
Update catrgories and keywords
1 parent 5dedf0b commit c5b626f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22

33
name = "aabb"
4-
version = "0.6.11"
4+
version = "0.6.12"
55
description = "Static AABB spatial index for 2D queries"
66
rust-version = "1.88"
77
edition = "2024"
8-
categories = ["science::geo", "data-structures", "mathematics", "algorithms"]
8+
categories = ["science::geo", "data-structures", "game-development", "graphics"]
99
keywords = ["spatial-index", "spatial", "aabb", "nearest-neighbor", "rtree"]
1010
license = "MIT"
1111
homepage = "https://github.com/radevgit/aabb"

0 commit comments

Comments
 (0)