diff --git a/index/py/pygamer_bsp/pygamer_bsp-1.0.0.toml b/index/py/pygamer_bsp/pygamer_bsp-1.0.0.toml new file mode 100644 index 00000000..443f1d0b --- /dev/null +++ b/index/py/pygamer_bsp/pygamer_bsp-1.0.0.toml @@ -0,0 +1,18 @@ +name = "pygamer_bsp" +version = "1.0.0" + +description = "Board Support Package for the AdaFruit PyGamer" +licenses = "BSD-3-Clause" +maintainers = ["fabien.chouteau@gmail.com"] +maintainers-logins = ["Fabien-Chouteau"] +project-files = ["pygamer_bsp.gpr"] +tags = ["embedded", "nostd", "pygamer", "adafruit", "game", "console", "bsp"] + +[[depends-on]] +cortex_m = "~0.1.0" +samd51_hal = "~0.1.0" + +[origin] +commit = "43d69885051ae88b57ba6a64b8ff7fc63eaad67d" +url = "git+https://github.com/Fabien-Chouteau/pygamer-bsp.git" + diff --git a/index/py/pygamer_simulator/pygamer_simulator-1.0.0.toml b/index/py/pygamer_simulator/pygamer_simulator-1.0.0.toml new file mode 100644 index 00000000..a726e5d2 --- /dev/null +++ b/index/py/pygamer_simulator/pygamer_simulator-1.0.0.toml @@ -0,0 +1,19 @@ +name = "pygamer_simulator" +version = "1.0.0" +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-Clause" +tags = ["pygamer", "adafruit", "game", "console", "simulator"] + +project-files = ["pygamer_simulator.gpr"] + +[[depends-on]] +asfml = "~2.5" +hal = "~0.1.0" + +[origin] +commit = "c0b428bdaf94de296ec3591a11f8ae79f48cc0d3" +url = "git+https://github.com/Fabien-Chouteau/pygamer-simulator.git" + diff --git a/index/sh/shoot_n_loot/shoot_n_loot-1.0.0.toml b/index/sh/shoot_n_loot/shoot_n_loot-1.0.0.toml new file mode 100644 index 00000000..65d48451 --- /dev/null +++ b/index/sh/shoot_n_loot/shoot_n_loot-1.0.0.toml @@ -0,0 +1,21 @@ +name = "shoot_n_loot" +version = "1.0.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 = "~1.0.0" +pygamer_bsp = "~1.0.0" +geste = "^1.1.0" +virtapu = "~0.2.0" + +[origin] +commit = "227d9dad4c4db451968734a783afbf12132309e1" +url = "git+https://github.com/Fabien-Chouteau/shoot-n-loot.git" +