diff options
Diffstat (limited to 'apps/fparkan-game/Cargo.toml')
| -rw-r--r-- | apps/fparkan-game/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/fparkan-game/Cargo.toml b/apps/fparkan-game/Cargo.toml new file mode 100644 index 0000000..eef4d81 --- /dev/null +++ b/apps/fparkan-game/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "fparkan-game" +version.workspace = true +edition.workspace = true +license.workspace = true +repository.workspace = true + +[dependencies] +fparkan-render = { path = "../../crates/fparkan-render" } +fparkan-runtime = { path = "../../crates/fparkan-runtime" } +fparkan-vfs = { path = "../../crates/fparkan-vfs" } +fparkan-world = { path = "../../crates/fparkan-world" } + +[lints] +workspace = true |
