Skip to content

Commit 9fdd1d3

Browse files
committed
Initial commit
0 parents  commit 9fdd1d3

File tree

13 files changed

+5268
-0
lines changed

13 files changed

+5268
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
/target/
4+
5+
# These are backup files generated by rustfmt
6+
**/*.rs.bk

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"rust-lang.rust-analyzer",
4+
"vadimcn.vscode-lldb",
5+
"Slint.slint"
6+
]
7+
}

0 commit comments

Comments
 (0)