{
	"authors": [
		"vexaiv"
	],
	"copyright": "Copyright © 2023, vexaiv",
	"description": "Graphical D framework",
	"license": "Free",
	"name": "grad",
	"targetName": "grad",
	"targetPath": "lib",
	"targetType": "staticLibrary",
	"configurations": [
		{
			"name": "SDL2",
			"versions": ["USE_SDL2", "SDL_2010", "USE_OPENGL", "GL_33"],
			"dependencies": {
				"bindbc-freetype":"~>1.1.0",
				"bindbc-sdl":"~>1.5.0",
				"bindbc-opengl":"~>1.1.0"
			},
		},
		{
			"name": "SDL2X11",
			"versions": ["USE_SDL2", "SDL_2010", "USE_OPENGL", "GL_33", "USE_X11"],
			"dependencies": {
				"bindbc-freetype":"~>1.1.0",
				"bindbc-sdl":"~>1.5.0",
				"bindbc-opengl":"~>1.1.0",
				"x11":"~>1.0"
			},
		},
		{
			"name": "SFML",
			"versions": ["USE_SFML", "SFML_Graphics", "SFML_250", "USE_OPENGL", "GL_33"],
			"dependencies": {
				"bindbc-freetype":"~>1.1.0",
				"bindbc-sfml":"~>1.1.0",
				"bindbc-opengl":"~>1.1.0"
			},
		},
	],
	
	"subPackages": [
		{
			"name": "app",
			"sourcePaths": ["app"],
			"dependencies": {
				"grad":{ "path":".." }
			},
			"targetType": "executable",
		},
	],
}