Skip to content

Commit 0d662b1

Browse files
committed
Fix Cargo.toml
1 parent 21a48d5 commit 0d662b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

unity-native-plugin-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "unity-native-plugin-sys"
88
homepage = "https://github.com/aosoft/unity-native-plugin-rs"
99
repository = "https://github.com/aosoft/unity-native-plugin-rs"
1010
readme = "README.md"
11-
categories = ["api-bindings", "Game engines"]
11+
categories = ["api-bindings", "game-engines"]
1212
keywords = ["unity", "ffi"]
1313
include = [
1414
"**/*.rs",

unity-native-plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Unity Native Plugin API for Rust"
77
homepage = "https://github.com/aosoft/unity-native-plugin-rs"
88
repository = "https://github.com/aosoft/unity-native-plugin-rs"
99
readme = "../README.md"
10-
categories = ["api-bindings", "Game engines"]
10+
categories = ["api-bindings", "game-engines"]
1111
keywords = ["unity"]
1212
edition = "2018"
1313
include = [

0 commit comments

Comments
 (0)