# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "dotrix_terrain" version = "0.5.0" authors = ["Elias Kartashov "] description = "Terrain for Dotrix 3D Game Engine (under construction)" license = "MIT" [dependencies.bytemuck] version = "1.4" features = ["derive"] [dependencies.dotrix_core] version = "0.5" [dependencies.dotrix_math] version = "0.4" [dependencies.dotrix_pbr] version = "0.2" [dependencies.noise] version = "0.7" [dependencies.num] version = "^0.3" [dependencies.rand] version = "0.8.4" features = ["small_rng"] [dependencies.rayon] version = "1.5" [dependencies.wgpu] version = "0.9" features = ["trace"]