mirror of
https://github.com/Rayerd/dfl.git
synced 2025-04-26 21:30:25 +03:00
Update README and brushed up examples
This commit is contained in:
parent
95c263c566
commit
2210579249
30 changed files with 188 additions and 59 deletions
5
examples/progressbar/.vscode/tasks.json
vendored
5
examples/progressbar/.vscode/tasks.json
vendored
|
@ -12,7 +12,10 @@
|
|||
"problemMatcher": [
|
||||
"$dmd"
|
||||
],
|
||||
"group": "build",
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"label": "dub: Build progressbar_sample",
|
||||
"detail": "dub build --compiler=dmd.EXE -a=x86_64 -b=debug -c=application"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue