# 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 = "gilgamesh" version = "0.4.0" description = "A small 3D rendering engine built upon WGPU with the primary goal of visualizing procedural terrains." readme = "README.md" license = "Apache-2.0" [dependencies.bytemuck] version = "1.4.1" features = ["derive"] [dependencies.cgmath] version = "0.18.0" [dependencies.env_logger] version = "0.10.0" [dependencies.hexasphere] version = "8.1.0" [dependencies.pollster] version = "0.3.0" [dependencies.wgpu] version = "0.13.1" [dependencies.winit] version = "0.26.1"