update
This commit is contained in:
parent
84dfaf40ac
commit
920fe2595a
|
@ -3,6 +3,10 @@
|
|||
bin/
|
||||
__internal/
|
||||
lib/
|
||||
# *.lib
|
||||
# *.a
|
||||
# *.dll
|
||||
*.dylib
|
||||
*.lib
|
||||
*.a
|
||||
*.dll
|
||||
*.out
|
||||
*.exe
|
||||
d-raylib-project-template
|
|
@ -10,8 +10,10 @@
|
|||
"lflags-posix" : ["-L."],
|
||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||
"preBuildCommands": [
|
||||
"dub run raylib-d:install"
|
||||
],
|
||||
"description": "D/Raylib minimal setup",
|
||||
"license": "no license",
|
||||
"name": "d-raylib-project-template",
|
||||
"targetPath": "bin"
|
||||
"name": "d-raylib-project-template"
|
||||
}
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue