Skip to content

Commit

Permalink
rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
aratama committed Nov 25, 2024
1 parent 0181fb1 commit 493f577
Show file tree
Hide file tree
Showing 9 changed files with 1,023 additions and 789 deletions.
16 changes: 8 additions & 8 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
{
"type": "lldb",
"request": "launch",
"name": "Debug executable 'magiacircle'",
"name": "Debug executable 'magiaforge'",
"cargo": {
"args": [
"build",
"--bin=magiacircle",
"--package=magiacircle",
"--bin=magiaforge",
"--package=magiaforge",
"--features=debug"
],
"filter": {
"name": "magiacircle",
"name": "magiaforge",
"kind": "bin"
}
},
Expand All @@ -28,16 +28,16 @@
{
"type": "lldb",
"request": "launch",
"name": "Debug unit tests in executable 'magiacircle'",
"name": "Debug unit tests in executable 'magiaforge'",
"cargo": {
"args": [
"test",
"--no-run",
"--bin=magiacircle",
"--package=magiacircle"
"--bin=magiaforge",
"--package=magiaforge"
],
"filter": {
"name": "magiacircle",
"name": "magiaforge",
"kind": "bin"
}
},
Expand Down
Loading

0 comments on commit 493f577

Please sign in to comment.