- Option for different integer types for stack and funge-space, funge-space position still isize.

- Bugfix in skipping a step.
This commit is contained in:
Wim Pomp
2022-12-14 18:36:42 +01:00
parent fa005b45d4
commit 6c039c7787
5 changed files with 299 additions and 234 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "rusty_funge"
version = "2022.12.2"
version = "2022.12.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,3 +10,4 @@ clap = { version = "4.0.29", features = ["derive"] }
chrono = "0.4.23"
cursive = { version = "0.20.0", features = ["termion-backend"] }
rand = "0.8.5"
num = "0.4.0"