Skip to content

Commit ad33dc5

Browse files
committed
Add Cargo build system
1 parent 179f8f7 commit ad33dc5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Cargo.sublime-build

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"cmd": ["cargo", "build"],
3+
"file_regex": "^(.*?):([0-9]+):([0-9]+):\\s[0-9]+:[0-9]+\\s(.*)$",
4+
"syntax": "Packages/Makefile/Make.build-language",
5+
6+
"variants": [
7+
{
8+
"cmd": ["cargo", "run"],
9+
"name": "Run"
10+
}
11+
]
12+
}

0 commit comments

Comments
 (0)