# 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 = "heavens" version = "0.4.5" authors = ["Freddy Wordingham "] description = "N-body GPU simulations with rendering" readme = "README.md" license = "MIT" repository = "https://github.com/FreddyWordingham/heavens" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.bytemuck] version = "1.14.0" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.20" [dependencies.nalgebra] version = "0.32.3" [dependencies.pollster] version = "0.3.0" [dependencies.rand] version = "0.8.5" [dependencies.wgpu] version = "0.17.1" [dependencies.winit] version = "0.28.7"