@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user