Shoot n loot 0.1 (#168)
* First release of shoot_n_loot * pygamer_simulator.toml, virtapu.toml: new release and info update * Migrated to 0.4 manifest format Co-authored-by: Fabien Chouteau <fabien.chouteau@gmail.com>
This commit is contained in:
committed by
GitHub
parent
981b041594
commit
f52a73ad7d
@@ -0,0 +1,18 @@
|
||||
name = "pygamer_simulator"
|
||||
version = "0.1.1"
|
||||
description = "SDL simulator of the AdaFruit PyGamer console"
|
||||
website = "https://github.com/Fabien-Chouteau/pygamer-simulator"
|
||||
maintainers = ["fabien.chouteau@gmail.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = ["BSD 3-Clauses"]
|
||||
tags = ["pygamer", "adafruit", "game", "console", "simulator"]
|
||||
|
||||
project-files = ["pygamer_simulator.gpr"]
|
||||
|
||||
[[depends-on]]
|
||||
sdlada = "^2.3.1"
|
||||
hal = "^0.1.0"
|
||||
|
||||
[origin]
|
||||
url = "https://github.com/Fabien-Chouteau/pygamer-simulator/releases/download/v0.1.1/pygamer-simulator-0.1.1.zip"
|
||||
hashes = ["sha512:e859696b74e19d5ff1285e32f3ad6cb24964ec52244836ba6505ff8b765c4c64a3d09e71a19a6f1f48a2c682e244e5c25def1f24cd284b0ee2b4f26495e4737d"]
|
||||
@@ -0,0 +1,19 @@
|
||||
name = "shoot_n_loot"
|
||||
version = "0.1.0"
|
||||
description = "Platform game for the AdaFruit PyGamer console"
|
||||
website = "https://github.com/Fabien-Chouteau/shoot-n-loot"
|
||||
maintainers = ["fabien.chouteau@gmail.com"]
|
||||
maintainers-logins = ["Fabien-Chouteau"]
|
||||
licenses = ["MIT"]
|
||||
tags = ["pygamer", "game", "simulator"]
|
||||
project-files = ["shoot_n_loot_simulator.gpr"]
|
||||
executables = ["shoot_n_loot_sim"]
|
||||
|
||||
[[depends-on]]
|
||||
pygamer_simulator = "^0.1.1"
|
||||
geste = "^1.1.0"
|
||||
virtapu = "^0.1.1"
|
||||
|
||||
[origin]
|
||||
url = "https://github.com/Fabien-Chouteau/shoot-n-loot/releases/download/v0.1.0/shoot_n_loot-0.1.0.zip"
|
||||
hashes = ["sha512:f589784a970aba6a8c3bf80c31d1c152744d5c1ca089b90c710447e6950ef8dba95a34f96fcffda600ec37e1511e0e62e839d53f623e2338846fbb972215a016"]
|
||||
Reference in New Issue
Block a user