shoot_n_loot, pygamer 1.0.0 (#314)

This commit is contained in:
Fabien Chouteau
2021-08-17 12:12:55 +02:00
committed by GitHub
parent b899a77bca
commit 19edb482e0
3 changed files with 58 additions and 0 deletions
@@ -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"
@@ -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"