diff --git a/Cargo.lock b/Cargo.lock index 53746ac1..c7e3fb0e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "rustracer" -version = "1.0.0" +version = "1.0.1" dependencies = [ "byteorder", "clap", diff --git a/Cargo.toml b/Cargo.toml index e4c741c1..10770b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "rustracer" license = "GPL-3.0" -version = "1.0.0" +version = "1.0.1" edition = "2021" -rust-version = "1.61" +rust-version = "1.62" authors = [ "Andrea Rossoni ", "Paolo Azzini " @@ -11,18 +11,22 @@ authors = [ readme = "README.md" repository = "https://github.com/andros21/rustracer" homepage = "https://github.com/andros21/rustracer" -documentation = "https://andros21.github.io/rustracer" +documentation = "https://andros21.github.io/rustracer/docs" categories = ["command-line-utilities"] description = "a multi-threaded raytracer in pure rust" -exclude = [".github/*", ".gitignore", "makefile"] +exclude = [ + ".github/*", + ".gitignore", + "examples/*", + "install.sh", + "makefile", +] keywords = [ "cli", - "generator", "image", - "photo", "raytracer", "raytracing", - "realistic", + "thread" ] [[bin]] diff --git a/README.md b/README.md index 3dba6cde..f1cb8c1b 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ cargo install --root $PREFIX --version $VER rustracer click to show rustracer -h ```console -rustracer 1.0.0 +rustracer 1.0.1 a multi-threaded raytracer in pure rust USAGE: @@ -157,7 +157,7 @@ Convert a pfm file to png: click to show rustracer-convert -h ```console -rustracer-convert 1.0.0 +rustracer-convert 1.0.1 Convert HDR (pfm) image to LDR (ff|png) image USAGE: @@ -208,7 +208,7 @@ demo scene 360 degree (see [`makefile`](https://github.com/andros21/rustracer/bl click to show rustracer-demo -h ```console -rustracer-demo 1.0.0 +rustracer-demo 1.0.1 Render a demo scene (hard-coded in main) USAGE: @@ -283,7 +283,7 @@ and the generated `flake.yml` can be simple parsed click to show rustracer-render -h ```console -rustracer-render 1.0.0 +rustracer-render 1.0.1 Render a scene from file (yaml formatted) USAGE: @@ -336,7 +336,7 @@ Simple generate completion script for `bash` shell (same for `fish` and `zsh`): click to show rustracer-completion -h ```console -rustracer-completion 1.0.0 +rustracer-completion 1.0.1 Generate shell completion script USAGE: