wow i did a lot of stuff silly :3

This commit is contained in:
Arthur Beck 2025-01-20 14:38:40 -06:00
parent c7cc51427b
commit 69855525cb
23 changed files with 1499 additions and 83 deletions

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.check.allTargets": false,
"rust-analyzer.linkedProjects": [
"kernel/Cargo.toml",
"patcher/Cargo.toml"
]
}