Skip to content

Commit daa45eb

Browse files
committed
remove spancmp (#7409)
# Objective - This tool get less use than I hoped, as we gained more proficiency with other tracing tools like tracy ## Solution - Remove it
1 parent a61bf35 commit daa45eb

File tree

7 files changed

+0
-511
lines changed

7 files changed

+0
-511
lines changed

.github/workflows/post-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
--exclude ci \
4646
--exclude errors \
4747
--exclude bevy-ios-example \
48-
--exclude spancmp \
4948
--exclude build-wasm-example
5049
5150
- name: Create PR

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
--exclude ci \
4343
--exclude errors \
4444
--exclude bevy-ios-example \
45-
--exclude spancmp \
4645
--exclude build-wasm-example
4746
4847
- name: Create PR

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ members = [
1919
"examples/android",
2020
"examples/ios",
2121
"tools/ci",
22-
"tools/spancmp",
2322
"tools/build-example-pages",
2423
"tools/build-wasm-example",
2524
"errors",

tools/spancmp/Cargo.toml

Lines changed: 0 additions & 16 deletions
This file was deleted.

tools/spancmp/src/main.rs

Lines changed: 0 additions & 162 deletions
This file was deleted.

tools/spancmp/src/parse.rs

Lines changed: 0 additions & 96 deletions
This file was deleted.

0 commit comments

Comments
 (0)