Skip to content

Commit

Permalink
build(rustracer): bump crate from 1.0.0 to 1.0.1
Browse files Browse the repository at this point in the history
* bump rust-version from 1.61 to 1.62
* patch exclude, documentation, keywords
in cargo manifest

update README help console output
  • Loading branch information
andros21 committed Jul 12, 2022
1 parent 83a60a6 commit 52530aa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 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.

18 changes: 11 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,28 +1,32 @@
[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 <andrea dot ros.21 at e.email>",
"Paolo Azzini <paolo dot azzini1 at gmail.com>"
]
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]]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ cargo install --root $PREFIX --version $VER rustracer
<summary>click to show <strong>rustracer -h </strong></summary>

```console
rustracer 1.0.0
rustracer 1.0.1
a multi-threaded raytracer in pure rust

USAGE:
Expand Down Expand Up @@ -157,7 +157,7 @@ Convert a pfm file to png:
<summary>click to show <strong>rustracer-convert -h </strong></summary>

```console
rustracer-convert 1.0.0
rustracer-convert 1.0.1
Convert HDR (pfm) image to LDR (ff|png) image

USAGE:
Expand Down Expand Up @@ -208,7 +208,7 @@ demo scene 360 degree (see [`makefile`](https://github.com/andros21/rustracer/bl
<summary>click to show <strong>rustracer-demo -h </strong></summary>

```console
rustracer-demo 1.0.0
rustracer-demo 1.0.1
Render a demo scene (hard-coded in main)

USAGE:
Expand Down Expand Up @@ -283,7 +283,7 @@ and the generated `flake.yml` can be simple parsed
<summary>click to show <strong>rustracer-render -h </strong></summary>

```console
rustracer-render 1.0.0
rustracer-render 1.0.1
Render a scene from file (yaml formatted)

USAGE:
Expand Down Expand Up @@ -336,7 +336,7 @@ Simple generate completion script for `bash` shell (same for `fish` and `zsh`):
<summary>click to show <strong>rustracer-completion -h </strong></summary>

```console
rustracer-completion 1.0.0
rustracer-completion 1.0.1
Generate shell completion script

USAGE:
Expand Down

0 comments on commit 52530aa

Please sign in to comment.