Skip to content

Commit

Permalink
Initial work on moving the hex view into its own crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Mar 19, 2024
1 parent 595173f commit 7417026
Show file tree
Hide file tree
Showing 31 changed files with 5,327 additions and 451 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"rust-analyzer.linkedProjects": [
"Cargo.toml"
"Cargo.toml",
".\\app\\Cargo.toml",
".\\hex_view\\Cargo.toml"
],
"editor.formatOnSave": true
}
Loading

0 comments on commit 7417026

Please sign in to comment.