Skip to content

Commit

Permalink
Add package descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaran2 committed Apr 29, 2023
1 parent 091c274 commit 85f6750
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions feo3boy-executor-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "feo3boy-executor-generator"
version = "0.1.0"
edition = "2021"
description = "Provides code generation for microcode executors for the `feo3boy` gameboy."
license = "MIT"
repository = "https://github.com/ciaran2/feo3boy.git"
categories = ["emulators"]
Expand Down
1 change: 1 addition & 0 deletions feo3boy-memdev-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "feo3boy-memdev-derive"
version = "0.1.0"
edition = "2021"
description = "Macros for defining Game Boy memory bus mappings for the `feo3boy` gameboy."
license = "MIT"
repository = "https://github.com/ciaran2/feo3boy.git"
categories = ["emulators"]
Expand Down
1 change: 1 addition & 0 deletions feo3boy-microcode-generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "feo3boy-microcode-generator"
version = "0.1.0"
edition = "2021"
description = "Procedural macro for defining microcode instructions for the `feo3boy` gameboy."
license = "MIT"
repository = "https://github.com/ciaran2/feo3boy.git"
categories = ["emulators"]
Expand Down
1 change: 1 addition & 0 deletions feo3boy-opcodes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "feo3boy-opcodes"
version = "0.1.0"
edition = "2021"
description = "Defines the opcodes for the `feo3boy` gameboy."
license = "MIT"
repository = "https://github.com/ciaran2/feo3boy.git"
categories = ["emulators"]
Expand Down
1 change: 1 addition & 0 deletions feo3boy-player/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "feo3boy-player"
version = "0.1.0"
edition = "2021"
description = "Cross-platform frontend for the `feo3boy` emulator core."
license = "MIT"
repository = "https://github.com/ciaran2/feo3boy.git"
categories = ["emulators"]
Expand Down
1 change: 1 addition & 0 deletions feo3boy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "feo3boy"
version = "0.1.0"
authors = ["ciaran"]
edition = "2021"
description = "Emulator core for the gameboy"
license = "MIT"
repository = "https://github.com/ciaran2/feo3boy.git"
categories = ["emulators"]
Expand Down

0 comments on commit 85f6750

Please sign in to comment.