treender/.vscode/tasks.json
Nikola Petrov e5f9e8d7f3 Add basic rotation
Rotate texuture based on mouse position
2024-03-05 01:51:26 +01:00

21 lines
289 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"type": "shell",
"command": "make",
"args": [
""
]
},
{
"label": "build-deb",
"type": "shell",
"command": "make",
"args": [
"main"
]
}
]
}