Migration to separate [origin] table

This commit is contained in:
Alejandro R. Mosteo
2020-07-24 11:51:40 +01:00
parent d4e3b9403c
commit 873aeb6196
110 changed files with 497 additions and 278 deletions
+4 -2
View File
@@ -1,14 +1,16 @@
description = "Board Support Package for the AdaFruit PyGamer"
name = "pygamer_bsp"
version = "0.1.0"
origin = "https://github.com/Fabien-Chouteau/pygamer-bsp/releases/download/v0.1.0/pygamer-bsp-0.1.0.zip"
licenses = ["BSD 3-Clauses"]
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["pygamer_bsp.gpr"]
tags = ["embedded", "nostd", "pygamer", "adafruit", "game", "console", "bsp"]
origin-hashes = ["sha512:8d76848eddaf490302ae591439b2b8c1ce667c4713b505557726069f7e08185c65d4f5fbf5d960bc438f536939843049bdb011225de532d2794a33b54f509d11"]
[[depends-on]]
cortex_m = "^0.1.0"
samd51_hal = "^0.1.0"
[origin]
url = "https://github.com/Fabien-Chouteau/pygamer-bsp/releases/download/v0.1.0/pygamer-bsp-0.1.0.zip"
hashes = ["sha512:8d76848eddaf490302ae591439b2b8c1ce667c4713b505557726069f7e08185c65d4f5fbf5d960bc438f536939843049bdb011225de532d2794a33b54f509d11"]
@@ -1,14 +1,16 @@
description = "SDL simulator of the AdaFruit PyGamer"
name = "pygamer_simulator"
version = "0.1.0"
origin = "https://github.com/Fabien-Chouteau/pygamer-simulator/releases/download/v0.1.0/pygamer-simulator-0.1.0.zip"
licenses = ["BSD 3-Clauses"]
maintainers = ["fabien.chouteau@gmail.com"]
maintainers-logins = ["Fabien-Chouteau"]
project-files = ["pygamer_simulator.gpr"]
tags = ["pygamer", "adafruit", "game", "console", "simulator"]
origin-hashes = ["sha512:6791f2e1ec0a60d8dcf70a0feaf9e755ee1079fdc51fad61e0475cf89b98e28f6363792aac3ff7881a2d1258c3abae6c3873b3f9827f8710e0d0ade2b4d27c36"]
[[depends-on]]
hal = "^0.1.0"
sdlada = "^2.3.1"
[origin]
url = "https://github.com/Fabien-Chouteau/pygamer-simulator/releases/download/v0.1.0/pygamer-simulator-0.1.0.zip"
hashes = ["sha512:6791f2e1ec0a60d8dcf70a0feaf9e755ee1079fdc51fad61e0475cf89b98e28f6363792aac3ff7881a2d1258c3abae6c3873b3f9827f8710e0d0ade2b4d27c36"]