initial dub project
This commit is contained in:
commit
1dedfa41bb
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
/.dub
|
||||||
|
/d-dub-proj
|
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "d-dub-proj",
|
||||||
|
"description": "An example project skeleton",
|
||||||
|
"homepage": "http://example.org",
|
||||||
|
"copyright": "Copyright © 2000, Your Name",
|
||||||
|
"authors": [
|
||||||
|
"Josh Holtrop"
|
||||||
|
],
|
||||||
|
"dependencies": {
|
||||||
|
"derelict-gl3": "~master",
|
||||||
|
"derelict-sdl2": "~master"
|
||||||
|
}
|
||||||
|
}
|
6
source/app.d
Normal file
6
source/app.d
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
import std.stdio;
|
||||||
|
|
||||||
|
void main()
|
||||||
|
{
|
||||||
|
writeln("Edit source/app.d to start your project.");
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user