# 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] name = "mallumo" version = "0.3.0" authors = ["Matúš Talčík ", "Áron Samuel Kovács "] build = "build.rs" exclude = ["screenshots/*", "assets/fonts/*", "assets/hdr/*", "assets/images/*", "assets/sponza/*", "assets/benches/*"] description = "Rendering library focused on real-time global illumination techniques" keywords = ["opengl", "illumination"] license = "MIT OR Apache-2.0" repository = "https://gitlab.com/mallumo/mallumo" [lib] name = "mallumo" path = "src/lib.rs" [dependencies.byteorder] version = "1.2.3" [dependencies.cgmath] version = "0.15.0" [dependencies.clap] version = "2.27.1" [dependencies.conrod] version = "0.57.0" [dependencies.error-chain] version = "0.11.0" [dependencies.glob] version = "0.2" [dependencies.gltf] version = "0.7.0" [dependencies.glutin] version = "0.11" [dependencies.image] version = "0.17.0" [dependencies.include_dir] version = "0.1.5" features = ["globs"] [dependencies.lazy_static] version = "1.0" [dependencies.mallumo-gls] version = "0.40.0" [dependencies.ordermap] version = "0.3.0" [dependencies.owning_ref] version = "0.3.3" [dependencies.petgraph] version = "0.4.10" [dependencies.rand] version = "0.5" [dependencies.regex] version = "0.2" [dependencies.structopt] version = "0.2" [dependencies.term] version = "0.4.6" [dependencies.time] version = "0.1.37" [dependencies.tobj] version = "0.1.6" [build-dependencies.gcc] version = "0.3" [build-dependencies.include_dir] version = "0.1.5" features = ["globs"]