diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-11 12:14:28 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2025-01-11 12:14:28 -0500 |
commit | 8fa66b024f91e47d8b5273e8c85ec5f60fe42d5b (patch) | |
tree | 1e3da4ec5bdfbbcb36ebd30ab9c055c45f50f279 /alire.toml | |
parent | cf8c3a51cb01b64ad2bc700fdd2b4906ef864877 (diff) |
initial upload
Diffstat (limited to 'alire.toml')
-rw-r--r-- | alire.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/alire.toml b/alire.toml new file mode 100644 index 0000000..6930eb5 --- /dev/null +++ b/alire.toml @@ -0,0 +1,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" |