mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-25 12:39:55 +03:00
Use "silly" library for unittest
This commit is contained in:
parent
ed654b5df6
commit
a16f1864ab
1 changed files with 9 additions and 5 deletions
14
dub.json
14
dub.json
|
@ -2,9 +2,6 @@
|
|||
"authors": [
|
||||
"various"
|
||||
],
|
||||
"dependencies": {
|
||||
"undead": "~>1.1.8"
|
||||
},
|
||||
"description": "D Forms Library, or DFL, is a Win32 windowing library for the D language.",
|
||||
"license": "in license.txt",
|
||||
"name": "dfl",
|
||||
|
@ -51,11 +48,18 @@
|
|||
"configurations": [
|
||||
{
|
||||
"name" : "library",
|
||||
"targetType": "staticLibrary"
|
||||
"targetType": "staticLibrary",
|
||||
"dependencies": {
|
||||
"undead": "~>1.1.8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name" : "unittest",
|
||||
"targetType": "staticLibrary"
|
||||
"targetType": "staticLibrary",
|
||||
"dependencies": {
|
||||
"undead": "~>1.1.8",
|
||||
"silly": "~>1.2.0-dev.2"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue