update dub.json
This commit is contained in:
parent
f1d1f8b923
commit
038d0d851d
lesson#10 - Setting up DUB with Raylib/raylib_firstWindow
lesson#11 - Opening a window and drawing with Raylib/raylib_firstWindow
lesson#12.1 - Structs/raylib_firstWindow
lesson#12.2 - Modules/raylib_firstWindow
lesson#13 - 2D Tic Tac Toe/ticTacToe
lesson#14 - 2D Snake Game
lesson#22 - Singleton design pattern/ourGame
lesson#23 - State design pattern/ourGame
lesson#25 - Wrapping up the Game State Manager/ourGame
lesson#26 - Drawing a player/ourGame
lesson#27 - in, out, inout type qualifiers/ourGame
lesson#28 - Simple spritesheet animation/ourGame
lesson#29 - Player spritesheet animation/ourGame
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
|
@ -10,9 +10,6 @@
|
||||||
"lflags-posix" : ["-L."],
|
"lflags-posix" : ["-L."],
|
||||||
"lflags-osx" : ["-rpath", "@executable_path/"],
|
"lflags-osx" : ["-rpath", "@executable_path/"],
|
||||||
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
"lflags-linux" : ["-rpath=$$ORIGIN"],
|
||||||
"preBuildCommands": [
|
|
||||||
"dub run raylib-d:install"
|
|
||||||
],
|
|
||||||
"description": "D/Raylib minimal setup",
|
"description": "D/Raylib minimal setup",
|
||||||
"license": "no license",
|
"license": "no license",
|
||||||
"name": "d-raylib-project-template"
|
"name": "d-raylib-project-template"
|
||||||
|
|
Loading…
Reference in New Issue