height map generator
This commit is contained in:
15
.vscode/tasks.json
vendored
Normal file
15
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks":[
|
||||
{
|
||||
"type":"cargo",
|
||||
"command":"build",
|
||||
"args":[],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"label":"build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user