aboutsummaryrefslogtreecommitdiffstats
path: root/alire.toml
blob: 6930eb56c14310440ca05fe56cd81dfee3a0cea9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name = "ada_chip"
description = "CHIP 8 emulator written in Ada"
version = "0.1.0-dev"

authors = ["Clyne Sullivan"]
maintainers = ["Clyne Sullivan <clyne@bitgloo.com>"]
maintainers-logins = ["clyne"]
licenses = "GPL-3.0-or-later"
website = "https://code.bitgloo.com/clyne/ada-chip"
tags = []

executables = ["ada_chip"]

[[depends-on]]
asfml = "^2.6.1"