You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
354 B
TOML
16 lines
354 B
TOML
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"
|