Skip to content

Commit

Permalink
Merge pull request dora-rs#479 from dora-rs/rerun-viewer
Browse files Browse the repository at this point in the history
Adding `dora-rerun` as a visualization tool
  • Loading branch information
haixuanTao authored Apr 22, 2024
2 parents 9602cf2 + 73b83f2 commit 8e1e121
Show file tree
Hide file tree
Showing 14 changed files with 4,790 additions and 165 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ jobs:
cargo publish -p dora-daemon --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p dora-cli --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
# Publish extension crates
# Publish tool nodes
cargo publish -p dora-record --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
cargo publish -p dora-rerun --token ${{ secrets.CARGO_REGISTRY_TOKEN }}
windows-release:
name: "Windows Release"
Expand Down
Loading

0 comments on commit 8e1e121

Please sign in to comment.