mage 0.6.0, mage_hat 0.3.0 (#830)

* mage 0.6.0

* mage_hat v0.3.0
This commit is contained in:
Léo Germond
2023-06-15 13:12:03 +02:00
committed by GitHub
parent 1d22c32fa9
commit 36d2f406ff
2 changed files with 39 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
name = "mage"
description = "Mini Ada Game Engine - A very simple game engine written in Ada"
version = "0.6.0"
website = "www.gitlab.com/leogermond/mage"
authors = ["Leo Germond"]
maintainers = ["Leo Germond <germond@adacore.com>"]
maintainers-logins = ["leogermond"]
licenses = "Apache-2.0"
tags = ["game", "engine", "sdl"]
[[depends-on]]
sdlada = "^2.5.4-1"
[origin]
commit = "c8cf4e1177734f32360935e36de9ceb42617838e"
url = "git+https://gitlab.com/leogermond/mage.git"
+20
View File
@@ -0,0 +1,20 @@
name = "mage_hat"
description = "A hat that jumps around and behaves magically"
version = "0.3.0"
authors = ["Léo Germond"]
maintainers = ["Léo Germond <germond@adacore.com>"]
maintainers-logins = ["leogermond"]
licenses = "Apache-2.0"
tags = ["game", "demo", "magic"]
website = "https://gitlab.com/leogermond/mage_hat"
executables = ["mage_hat"]
[[depends-on]]
mage = "~0.6.0"
[origin]
commit = "255dc3724001a82c1b8f619f971663a8b67e5def"
url = "git+https://gitlab.com/leogermond/mage_hat.git"