-
Notifications
You must be signed in to change notification settings - Fork 0
/
dub.json
47 lines (47 loc) · 1.08 KB
/
dub.json
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
44
45
46
47
{
"authors": [
"0.30000000000000004"
],
"copyright": "Copyright © 2021, 0.30000000000000004",
"dependencies": {
"gtk-d:gtkd": {
"repository": "git+https://github.com/gtkd-developers/GtkD.git",
"version": "d62711933f1cc7e7389e97ac6ccd70bfbc1d63a9"
},
"jsonizer": "~>0.7.6",
"silly": "~>1.1.1",
"soup": {
"path": "./libs/soup",
"version": "*"
},
"shumate": {
"path": "./libs/shumate",
"version": "*"
}
},
"description": "Aplikacja na konkurs motorola science cup",
"dflags-dmd": [
"-J=."
],
"dflags-ldc": [
"-J=."
],
"preGenerateCommands-posix": [
"cd $PACKAGE_DIR && glib-compile-resources --sourcedir=assets --target=assets/generated/res.gresource assets/gresource.xml"
],
"preGenerateCommands-windows": [
"cd $PACKAGE_DIR && glib-compile-resources.exe --sourcedir=assets --target=assets/generated/res.gresource assets/gresource.xml"
],
"configurations": [
{
"name": "executable",
"targetType": "executable"
},
{
"name": "unittest"
}
],
"libs": ["shumate-0.0"],
"license": "proprietary",
"name": "konsola_operatorska"
}