tickwise-cli 0.2.0

Command line tool for Tickwise: compare, diff, and inspect deterministic simulation recordings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tickwise-cli"
description = "Command line tool for Tickwise: compare, diff, and inspect deterministic simulation recordings"
readme = "../../README.md"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
keywords = ["determinism", "replay", "desync", "gamedev", "debugging"]
categories = ["game-development", "command-line-utilities"]

[[bin]]
name = "tickwise"
path = "src/main.rs"

[dependencies]
tickwise.workspace = true