dub.json raylib config updated

This commit is contained in:
kirill.saidov 2021-08-05 09:36:33 +06:00
parent 98aa1d3e27
commit 07646ae497
22 changed files with 163 additions and 41 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
.dub
imgs imgs
.DS_Store .DS_Store

Binary file not shown.

After

Width:  |  Height:  |  Size: 420 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 MiB

BIN
img/profile/d-nogc .png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 360 KiB

BIN
img/profile/dman.png Normal file

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

View File

@ -1,13 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "free", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>2.5.0" "raylib-d": "~>3.0.4"
}, },
"libs": [ "raylib" ], "description": "2D game",
"description": "A minimal D application.", "lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license", "license": "no license",
"name": "raylib_firstwindow" "name": "ourgame"
} }

View File

@ -1,13 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "free", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>2.5.0" "raylib-d": "~>3.0.4"
}, },
"libs": [ "raylib" ], "description": "2D game",
"description": "A minimal D application.", "lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license", "license": "no license",
"name": "raylib_firstwindow" "name": "ourgame"
} }

View File

@ -1,13 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "free", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>2.5.0" "raylib-d": "~>3.0.4"
}, },
"libs": [ "raylib" ], "description": "2D game",
"description": "A minimal D application.", "lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license", "license": "no license",
"name": "raylib_firstwindow" "name": "ourgame"
} }

View File

@ -1,13 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "free", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>2.5.0" "raylib-d": "~>3.0.4"
}, },
"libs": [ "raylib" ], "description": "2D game",
"description": "A minimal D application.", "lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license", "license": "no license",
"name": "raylib_firstwindow" "name": "ourgame"
} }

View File

@ -1,13 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "no copyright", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>2.5.0" "raylib-d": "~>3.0.4"
}, },
"libs": [ "raylib" ], "description": "2D game",
"description": "A minimal D application.", "lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license", "license": "no license",
"name": "tictactoe" "name": "ourgame"
} }

View File

@ -1,13 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "no copyright", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>2.5.0" "raylib-d": "~>3.0.4"
}, },
"libs": [ "raylib" ], "description": "2D game",
"description": "2D Snake Game", "lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [
"raylib"
],
"license": "no license", "license": "no license",
"name": "lesson14" "name": "ourgame"
} }

View File

@ -1,15 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "no copyright", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>3.0.3" "raylib-d": "~>3.0.4"
}, },
"description": "2D game", "description": "2D game",
"lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [ "libs": [
"raylib" "raylib"
], ],
"license": "no license", "license": "no license",
"name": "ourgame" "name": "ourgame"
} }

View File

@ -1,15 +1,27 @@
{ {
"authors": [ "authors": [
"rillk500" "rillki"
], ],
"copyright": "no copyright", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d": "~>3.0.3" "raylib-d": "~>3.0.4"
}, },
"description": "2D game", "description": "2D game",
"lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [ "libs": [
"raylib" "raylib"
], ],
"license": "no license", "license": "no license",
"name": "ourgame" "name": "ourgame"
} }

View File

@ -4,9 +4,21 @@
], ],
"copyright": "no copyright", "copyright": "no copyright",
"dependencies": { "dependencies": {
"raylib-d2": "~>3.1.0" "raylib-d": "~>3.0.4"
}, },
"description": "2D game", "description": "2D game",
"lflags": [
"-framework",
"CoreVideo",
"-framework",
"IOKit",
"-framework",
"Cocoa",
"-framework",
"GLUT",
"-framework",
"OpenGL"
],
"libs": [ "libs": [
"raylib" "raylib"
], ],

View File

@ -4,6 +4,7 @@
"ddmp": "0.0.1-0.dev.3", "ddmp": "0.0.1-0.dev.3",
"fluent-asserts": "0.13.3", "fluent-asserts": "0.13.3",
"libdparse": "0.14.0", "libdparse": "0.14.0",
"raylib-d": "3.0.4",
"raylib-d2": "3.1.0", "raylib-d2": "3.1.0",
"stdx-allocator": "2.77.5" "stdx-allocator": "2.77.5"
} }