dub.json raylib config updated
This commit is contained in:
parent
98aa1d3e27
commit
07646ae497
|
@ -1,2 +1,3 @@
|
|||
.dub
|
||||
imgs
|
||||
.DS_Store
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 420 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.1 MiB |
Binary file not shown.
After Width: | Height: | Size: 360 KiB |
Binary file not shown.
After Width: | Height: | Size: 123 KiB |
Binary file not shown.
After Width: | Height: | Size: 236 KiB |
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
|
@ -1,13 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "free",
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>2.5.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"libs": [ "raylib" ],
|
||||
"description": "A minimal D application.",
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "raylib_firstwindow"
|
||||
"name": "ourgame"
|
||||
}
|
Binary file not shown.
|
@ -1,13 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "free",
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>2.5.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"libs": [ "raylib" ],
|
||||
"description": "A minimal D application.",
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "raylib_firstwindow"
|
||||
"name": "ourgame"
|
||||
}
|
Binary file not shown.
|
@ -1,13 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "free",
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>2.5.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"libs": [ "raylib" ],
|
||||
"description": "A minimal D application.",
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "raylib_firstwindow"
|
||||
"name": "ourgame"
|
||||
}
|
Binary file not shown.
|
@ -1,13 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "free",
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>2.5.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"libs": [ "raylib" ],
|
||||
"description": "A minimal D application.",
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "raylib_firstwindow"
|
||||
"name": "ourgame"
|
||||
}
|
Binary file not shown.
|
@ -1,13 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>2.5.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"libs": [ "raylib" ],
|
||||
"description": "A minimal D application.",
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "tictactoe"
|
||||
"name": "ourgame"
|
||||
}
|
Binary file not shown.
|
@ -1,13 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>2.5.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"libs": [ "raylib" ],
|
||||
"description": "2D Snake Game",
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "lesson14"
|
||||
"name": "ourgame"
|
||||
}
|
|
@ -1,15 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>3.0.3"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "ourgame"
|
||||
}
|
||||
}
|
|
@ -1,15 +1,27 @@
|
|||
{
|
||||
"authors": [
|
||||
"rillk500"
|
||||
"rillki"
|
||||
],
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d": "~>3.0.3"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
"license": "no license",
|
||||
"name": "ourgame"
|
||||
}
|
||||
}
|
|
@ -4,9 +4,21 @@
|
|||
],
|
||||
"copyright": "no copyright",
|
||||
"dependencies": {
|
||||
"raylib-d2": "~>3.1.0"
|
||||
"raylib-d": "~>3.0.4"
|
||||
},
|
||||
"description": "2D game",
|
||||
"lflags": [
|
||||
"-framework",
|
||||
"CoreVideo",
|
||||
"-framework",
|
||||
"IOKit",
|
||||
"-framework",
|
||||
"Cocoa",
|
||||
"-framework",
|
||||
"GLUT",
|
||||
"-framework",
|
||||
"OpenGL"
|
||||
],
|
||||
"libs": [
|
||||
"raylib"
|
||||
],
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
"ddmp": "0.0.1-0.dev.3",
|
||||
"fluent-asserts": "0.13.3",
|
||||
"libdparse": "0.14.0",
|
||||
"raylib-d": "3.0.4",
|
||||
"raylib-d2": "3.1.0",
|
||||
"stdx-allocator": "2.77.5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue