-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalire.toml
43 lines (38 loc) · 874 Bytes
/
alire.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
name = "sdlada_test_progs"
description = "Test programs for SDLAda."
version = "0.0.1"
authors = ["Luke A. Guest"]
maintainers = ["Luke A. Guest <[email protected]>"]
maintainers-logins = ["Lucretia"]
licenses = "Zlib"
website = ""
tags = ["sdl", "ada", "tests"]
project-files = ["test_maths.gpr", "sdlada_test_progs.gpr"]
executables = [
"audio",
"clipboard",
"create_window",
"error",
"hello_world",
"libraries",
"mouse",
"platform",
"stream",
"stream2",
"surface",
"surface_direct_access",
"rwops",
"test",
"timers",
"version"
]
[[depends-on]]
sdlada = "^2.3.1"
sdlada_ttf = "^2.0.0"
sdlada_image = "^2.0.0"
sdlada_mixer = "^2.0.0"
[[pins]] # TODO: Remove
sdlada = { path = "../sdlada" }
sdlada_ttf = { path = "../sdlada_ttf" }
sdlada_image = { path = "../sdlada_image" }
sdlada_mixer = { path = "../sdlada_mixer" }