Files
Klagarge 2daed2f9eb feat(rippling): add lab Image Rippling 2D
- Full compute - Demi compute (optimisation)
2025-11-14 12:34:05 +01:00

18 lines
434 B
JSON

// Project tasks configuration. See https://zed.dev/docs/tasks for documentation.
//
// Example:
[
{
"label": "Run",
"command": "cbicc cuda clean jall runGL",
"use_new_terminal": false,
"allow_concurrent_runs": false,
"reveal": "always",
"reveal_target": "dock",
"hide": "never",
"shell": "system",
"show_summary": true,
"show_command": true
}
]