# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "forte_cubes" version = "0.1.0" description = "Cube model and terrain extension for the Forte Engine." readme = "README.md" license = "MIT" [dependencies.bytemuck] version = "1.14" features = ["derive"] [dependencies.cgmath] version = "0.18" [dependencies.forte_engine] version = "0.1.1" [dependencies.include-wgsl-oil] version = "0.2.4" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.wgpu] version = "0.18" [dev-dependencies.pollster] version = "0.3" [dev-dependencies.winit] version = "0.28"