๐Ÿ“ฆ cart / godot3-bunnymark

๐Ÿ“„ dub.json ยท 15 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15{
    "name": "bunnymark-d",
    "description" : "",
    "authors" : ["Capital-Ex", "Cart"],
    "license": "MIT",
    "targetType": "dynamicLibrary",
    "targetPath": "lib",
    "sourcePaths": [
        "benchmarks"
    ],
    "dependencies": {
        "godot-d": "*"
    }
    
}