Skip to content

Commit

Permalink
Refined meta data for Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kitao committed Mar 17, 2024
1 parent 33e7c66 commit 6e90c82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rust/pyxel-engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "Core engine for Pyxel, a retro game engine for Python"
repository = "https://github.com/kitao/pyxel"
license = "MIT"
categories = ["game-engines", "graphics", "multimedia"]
keywords = ["game", "gamedev", "python"]
categories = ["game-engines", "graphics", "multimedia"]

[lib]
name = "pyxel"
Expand Down
2 changes: 1 addition & 1 deletion rust/pyxel-platform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "Platform abstraction layer for Pyxel, a retro game engine for Python"
repository = "https://github.com/kitao/pyxel"
license = "MIT"
categories = ["game-engines", "graphics", "multimedia"]
keywords = ["game", "gamedev", "python"]
categories = ["game-engines", "graphics", "multimedia"]

[dependencies]
cfg-if = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion rust/pyxel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ edition = "2021"
description = "Python extension module for Pyxel, a retro game engine for Python"
repository = "https://github.com/kitao/pyxel"
license = "MIT"
categories = ["game-engines", "graphics", "multimedia"]
keywords = ["game", "gamedev", "python"]
categories = ["game-engines", "graphics", "multimedia"]

[lib]
crate-type = ["cdylib"]
Expand Down

0 comments on commit 6e90c82

Please sign in to comment.