{
	"authors": [
		"rillki"
	],
	"copyright": "no copyright",
	"dependencies": {
		"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"
}