Files
ddw3/remake-rust/Cargo.toml
Filipe Rodrigues f465587d7e Started work on remake.
This includes support for building a separate iso with a new executable built exclusively from a rust.
The remake will not be binary perfect, and instead will be focused on replicating the base game in a high-level language with the intent of being easily moddable.
The current iso will not be removed. Instead it will live alongside the remake.
2023-10-15 10:47:07 +01:00

11 lines
118 B
TOML

[workspace]
resolver = "2"
members = ["dw2003"]
[workspace.dependencies]
# Workspace
dw2003 = { path = "dw2003" }