diff options
| author | Valentin Popov <valentin@popov.link> | 2026-07-18 09:21:43 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-07-18 09:21:43 +0300 |
| commit | 8ac6a11100cfe41a8a139f9b6d19c4e82a3bf1c5 (patch) | |
| tree | 6243ceed21daa0d68dbd1a50932a63cbb094d5b3 /apps/fparkan-game/Cargo.toml | |
| parent | 46851518fe1fde39d81ad4cf6805aa404f05016c (diff) | |
| download | fparkan-8ac6a11100cfe41a8a139f9b6d19c4e82a3bf1c5.tar.xz fparkan-8ac6a11100cfe41a8a139f9b6d19c4e82a3bf1c5.zip | |
feat(render): compose terrain with preview root
Diffstat (limited to 'apps/fparkan-game/Cargo.toml')
| -rw-r--r-- | apps/fparkan-game/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/fparkan-game/Cargo.toml b/apps/fparkan-game/Cargo.toml index 4d01c94..d285a20 100644 --- a/apps/fparkan-game/Cargo.toml +++ b/apps/fparkan-game/Cargo.toml @@ -12,6 +12,7 @@ fparkan-render = { path = "../../crates/fparkan-render", version = "0.1.0" } fparkan-platform-winit = { path = "../../adapters/fparkan-platform-winit", version = "0.1.0" } fparkan-render-vulkan = { path = "../../adapters/fparkan-render-vulkan", version = "0.1.0" } fparkan-runtime = { path = "../../crates/fparkan-runtime", version = "0.1.0" } +fparkan-terrain = { path = "../../crates/fparkan-terrain", version = "0.1.0" } fparkan-vfs = { path = "../../crates/fparkan-vfs", version = "0.1.0" } fparkan-world = { path = "../../crates/fparkan-world", version = "0.1.0" } winit = { version = "0.30", default-features = false, features = ["rwh_06"] } |
