json stores are gone, they nulled out every data ref on load and wrote the null straight back on save. shop json and the purchase commands ended up in here too.
13 lines
366 B
TOML
13 lines
366 B
TOML
[package]
|
|
name = "logic"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
rust-version.workspace = true
|
|
license.workspace = true
|
|
description = "Scroll game logic model and wire messages built on top of the titan engine"
|
|
|
|
[dependencies]
|
|
titan = { workspace = true }
|
|
logic-derive = { workspace = true }
|
|
thiserror = { workspace = true }
|
|
tracing = { workspace = true }
|