We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c4f2c commit 7e9becaCopy full SHA for 7e9beca
cli-player/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "binkplayer"
3
-version = "1.0.3"
+version = "1.0.4"
4
description = """
5
Console player for compiled .json Ink story files.
6
"""
@@ -16,7 +16,7 @@ path = "src/main.rs"
16
17
[dependencies]
18
anyhow = "1.0.75"
19
-bladeink = { path = "../lib", "version" = "1.0.3" }
+bladeink = { path = "../lib", "version" = "1.0.4" }
20
clap = { "version" = "4.4.6", features = ["derive"] }
21
rand = "0.8.5"
22
lib/Cargo.toml
name = "bladeink"
authors = ["Rafael Garcia <bladecoder@gmail.com>"]
This is a Rust port of inkle's ink, a scripting language for writing interactive narrative.
0 commit comments