From f52a73ad7df4183442ab1b6bce7b7a3166fa5224 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 6 Oct 2020 14:26:15 +0200 Subject: [PATCH] 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 --- .../pygamer_simulator-0.1.1.toml | 18 ++++++++++++++++++ index/sh/shoot_n_loot/shoot_n_loot-0.1.0.toml | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 index/py/pygamer_simulator/pygamer_simulator-0.1.1.toml create mode 100644 index/sh/shoot_n_loot/shoot_n_loot-0.1.0.toml diff --git a/index/py/pygamer_simulator/pygamer_simulator-0.1.1.toml b/index/py/pygamer_simulator/pygamer_simulator-0.1.1.toml new file mode 100644 index 00000000..f1697bcf --- /dev/null +++ b/index/py/pygamer_simulator/pygamer_simulator-0.1.1.toml @@ -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"] diff --git a/index/sh/shoot_n_loot/shoot_n_loot-0.1.0.toml b/index/sh/shoot_n_loot/shoot_n_loot-0.1.0.toml new file mode 100644 index 00000000..4cc2a0d7 --- /dev/null +++ b/index/sh/shoot_n_loot/shoot_n_loot-0.1.0.toml @@ -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"]