shoot_n_loot 1.0, narrow down dependency versions (#424)
* pygamer_simulator-1.0.0.toml: fix asfml dependency version * shoot_n_loot-1.0.0.toml: specify gnat version The build fails with GNAT 11.
This commit is contained in:
@@ -10,7 +10,7 @@ tags = ["pygamer", "adafruit", "game", "console", "simulator"]
|
||||
project-files = ["pygamer_simulator.gpr"]
|
||||
|
||||
[[depends-on]]
|
||||
asfml = "~2.5"
|
||||
asfml = "2.5.1"
|
||||
hal = "~0.1.0"
|
||||
|
||||
[origin]
|
||||
|
||||
@@ -14,8 +14,9 @@ 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"
|
||||
|
||||
gnat = "^10"
|
||||
|
||||
[origin]
|
||||
commit = "227d9dad4c4db451968734a783afbf12132309e1"
|
||||
url = "git+https://github.com/Fabien-Chouteau/shoot-n-loot.git"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user