Skip to content

Commit

Permalink
update and fix up versions, manifests, etc
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-hartley committed Oct 13, 2023
1 parent 66d2b37 commit 5a7f46b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 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.

1 change: 1 addition & 0 deletions tuig-iosys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ edition = "2021"
description = "Multi-backend terminal-like text grid rendering."
license = "BSD-3-Clause"
repository = "https://github.com/nic-hartley/tuig"
rust-version = "1.63"

[features]
std = []
Expand Down
3 changes: 2 additions & 1 deletion tuig-pm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
name = "tuig-pm"
version = "0.0.4"
edition = "2021"
description = "Procedural macro crate for tuig and tuig-iosys"
description = "Procedural macro crate for tuig/tuig-ui/tuig-iosys"
license = "BSD-3-Clause"
repository = "https://github.com/nic-hartley/tuig"
rust-version = "1.63"

[lib]
proc-macro = true
Expand Down
8 changes: 5 additions & 3 deletions tuig-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "tuig-ui"
version = "0.1.0"
version = "0.0.4"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
description = "A predictable immediate-mode UI system for character grids."
license = "BSD-3-Clause"
repository = "https://github.com/nic-hartley/tuig"
rust-version = "1.63"

[dependencies]
paste = "1.0.14"
Expand Down
3 changes: 2 additions & 1 deletion tuig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ description = "Flexible, portable, and fast game engine for textmode games."
license = "BSD-3-Clause"
repository = "https://github.com/nic-hartley/tuig"
readme = "../README.md"
rust-version = "1.63"

[features]
# See tuig::docs::features for crucial information.
Expand All @@ -30,7 +31,7 @@ required-features = ["io_nop", "__run"]
[dependencies]
tuig-iosys = { version = "0.0.4", path = "../tuig-iosys" }
tuig-pm = { version = "0.0.4", path = "../tuig-pm" }
tuig-ui = { version = "0.1.0", path = "../tuig-ui" }
tuig-ui = { version = "0.0.4", path = "../tuig-ui" }

crossbeam = { version = "0.8.2", optional = true }
rayon = { version = "1.7.0", optional = true }
Expand Down

0 comments on commit 5a7f46b

Please sign in to comment.