Skip to content

Commit dc11b89

Browse files
committed
fix: convert Cargo.toml categories into slugs
1 parent cf11417 commit dc11b89

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

crates/mun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Command-line interface", "Game development", "Mun"]
13+
categories = ["command-line-interface", "game-development", "mun"]
1414
default-run = "mun"
1515

1616
[dependencies]

crates/mun_abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["API bindings", "Game development", "Mun"]
13+
categories = ["api-bindings", "game-development", "mun"]
1414

1515
[dependencies]
1616
md5 = "0.7.0"

crates/mun_compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
failure = "0.1.7"

crates/mun_compiler_daemon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
failure = "0.1.7"

crates/mun_hir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
salsa="0.12"

crates/mun_lld/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
libc = "0.2.65"

crates/mun_memory/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
abi = { version = "=0.2.0", path = "../mun_abi", package = "mun_abi" }

crates/mun_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
abi = { version = "=0.2.0", path = "../mun_abi", package = "mun_abi" }

crates/mun_runtime_capi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["API bindings", "Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[lib]
1616
name = "mun_runtime"

crates/mun_syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
abi = { version = "=0.2.0", path = "../mun_abi", package = "mun_abi" }

crates/mun_target/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://mun-lang.org"
1010
repository = "https://github.com/mun-lang/mun"
1111
license = "MIT OR Apache-2.0"
1212
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
13-
categories = ["Game development", "Mun"]
13+
categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
log = "0.4.8"

0 commit comments

Comments
 (0)