Skip to content

Commit

Permalink
Prepare v0.9.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
wahn committed Jun 4, 2021
1 parent f015eef commit a57019c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Jan Walter <jan@janwalter.com>"]
edition = "2018"
name = "rs_pbrt"
version = "0.9.1"
version = "0.9.2"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/wahn/rs_pbrt"
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ https://www.janwalter.org/doc/rust/pbrt/index.html
```shell
> cargo build --release --no-default-features
> ./target/release/rs_pbrt --help
rs_pbrt 0.9.1
rs_pbrt 0.9.2
Parse a PBRT scene file (extension .pbrt) and render it

USAGE:
Expand All @@ -31,6 +31,10 @@ FLAGS:
-V, --version Prints version information

OPTIONS:
--cropx0 <cropx0> Specify an image crop window <x0 x1 y0 y1> [default: 0.0]
--cropx1 <cropx1> Specify an image crop window <x0 x1 y0 y1> [default: 1.0]
--cropy0 <cropy0> Specify an image crop window <x0 x1 y0 y1> [default: 0.0]
--cropy1 <cropy1> Specify an image crop window <x0 x1 y0 y1> [default: 1.0]
-t, --nthreads <nthreads> use specified number of threads for rendering [default: 0]

ARGS:
Expand Down

0 comments on commit a57019c

Please sign in to comment.