# 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 = "cpurender" version = "0.1.0" authors = ["Phoenix Kahlo "] description = "Utility for CPU-based graphics prototyping" homepage = "http://phoenixkahlo.com" license-file = "LICENSE.md" [dependencies.crossbeam] version = "0.7.2" [dependencies.glium] version = "0.25.1" [dependencies.image] version = "0.22.2" [dependencies.log] version = "0.4.8" [dependencies.rand] version = "0.7.2" [dependencies.rayon] version = "1.2.0" [dependencies.vek] version = "0.9.9" features = ["repr_simd"]