# 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 = "hw-skymodel" version = "0.1.1" authors = ["Vinh Truong "] description = "A pure Rust implementation of Hosek-Wilkie Skylight Model." readme = "README.md" keywords = [ "gamedev", "graphics", "rendering", "sky", "hosek-wilkie", ] categories = [ "graphics", "rendering", "game-development", ] license = "MIT" repository = "https://github.com/phoekz/hw-skymodel" [dependencies.bytemuck] version = "1.13.0" [dependencies.embed-doc-image] version = "0.1.4" [dependencies.include_bytes_aligned] version = "0.1.2" [dependencies.thiserror] version = "1.0.38"