# 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 = "warped-sampling" version = "0.1.0" authors = ["Jasper-Bekkers "] include = ["src/*.rs", "Cargo.toml"] description = "Rust implementation of the Warped Sampling technique for mipmaps from http://graphics.ucsd.edu/~henrik/papers/wavelet_importance_sampling.pdf" homepage = "https://github.com/Jasper-Bekkers/warped-sampling" documentation = "https://docs.rs/warped-sampling" readme = "README.md" keywords = ["rendering", "sampling", "mipmap", "warped"] categories = ["rendering"] license = "MIT" repository = "https://github.com/Jasper-Bekkers/warped-sampling" [dev-dependencies.halton] version = "0.1.0" [dev-dependencies.image] version = "0.21.1" [dev-dependencies.imageproc] version = "0.18" [dev-dependencies.minifb] version = "0.11.2" [dev-dependencies.num] version = "0.2.0" [badges.maintenance] status = "actively-developed"