Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .claude/settings.local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"permissions": {
"allow": [
"Bash(dir:*)",
"Bash(findstr:*)"
"Bash(findstr:*)",
"Bash(export PATH=\"/c/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64:$PATH\")",
"Bash(cargo test:*)",
"Bash(cargo check:*)",
"Bash(cargo build:*)"
]
}
}
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
util/bb-sdk/extra/phnt.h linguist-generated
*.rs linguist-detectable=true
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "crates/bb-sparse/sparse"]
path = crates/bb-sparse/sparse
url = https://github.com/cristeigabriela/sparse.git
[submodule "crates/bb-sdk/phnt"]
path = crates/bb-sdk/phnt
url = https://github.com/mrexodia/phnt-single-header.git
184 changes: 184 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading