Skip to content

Commit

Permalink
0.3.0 release yaml config system
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat committed Aug 29, 2024
1 parent 60a3bf5 commit f35363a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "peng_quad"
version = "0.2.1"
version = "0.3.0"
edition = "2021"
rust-version = "1.76"
authors = ["Yang Zhou <[email protected]>"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ rerun
terminal 2
```
cargo install peng_quad
peng_quad
peng_quad config/quad.yaml
```
Please follow [rerun troubleshooting](https://rerun.io/docs/getting-started/troubleshooting) if you are using Linux or WSL2.

If you want to build from latest source
```
git clone https://github.com/makeecat/Peng.git
cargo run --release
cargo run --release config/quad.yaml
```

## Overview
Expand Down

0 comments on commit f35363a

Please sign in to comment.