Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
santoso-wijaya committed Jun 7, 2024
2 parents 0474039 + cde63a1 commit 7f91002
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "base16cs"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Santoso Wijaya <[email protected]>"]

Expand All @@ -19,7 +19,7 @@ name = "base16cs"
path = "src/lib.rs"

[[bin]]
name = "render"
name = "base16cs-render"
path = "src/bin/render.rs"
required-features = ["cli"]

Expand Down
2 changes: 1 addition & 1 deletion examples/palette.md.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Instantiate this Liquid template with a `Palette`, e.g.:
```
cargo run --features=cli --bin render -- \
cargo run --features=cli --bin base16cs-render -- \
--palette examples/colorschemes/selenized_light.yaml \
--template examples/palette.md.liquid \
> selenized-light.md
Expand Down
2 changes: 1 addition & 1 deletion examples/selenized_light.md.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Instantiate this Liquid template:
```
cargo run --features=cli --bin render -- \
cargo run --features=cli --bin base16cs-render -- \
--unroll_colors \
--palette examples/colorschemes/selenized_light.yaml \
--template examples/selenized_light.md.liquid
Expand Down

0 comments on commit 7f91002

Please sign in to comment.