mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'p2s/Cargo.toml')
| -rw-r--r-- | p2s/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/p2s/Cargo.toml b/p2s/Cargo.toml new file mode 100644 index 0000000..2411584 --- /dev/null +++ b/p2s/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "p2s" +version = "0.1.0" +edition = "2021" + +[dependencies] +clipp = "0.1.0" +comat = "0.1.3" +exoquant = "0.2.0" +fimg = "0.4.23" +mindus = { version = "5.0.9", path = "../mindus", default-features = false } |