You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
286 B

7 months ago
{
"version": "2.0.0",
"tasks": [
{
"type": "process",
"command": "cross",
7 months ago
"args": [
"build",
"--target",
7 months ago
"arm-unknown-linux-gnueabihf",
"--release"
7 months ago
],
7 months ago
"problemMatcher": [
"$rustc"
],
"group": "build",
"label": "rust: cargo build"
}
]
7 months ago
}