[package] name = "mallumo" version = "0.3.0" authors = [ "Matúš Talčík ", "Áron Samuel Kovács " ] 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" exclude = [ "screenshots/*", "assets/fonts/*", "assets/hdr/*", "assets/images/*", "assets/sponza/*", "assets/benches/*", ] build = "build.rs" [lib] name = "mallumo" path = "src/lib.rs" [dependencies] mallumo-gls = "0.40.0" # window management + gui glutin = "0.11" conrod = "0.57.0" # tools error-chain = "0.11.0" image = "0.17.0" rand = "0.5" glob = "0.2" lazy_static = "1.0" include_dir = { version="0.1.5", features=["globs"] } regex = "0.2" owning_ref = "0.3.3" term = "0.4.6" structopt = "0.2" byteorder = "1.2.3" # Math cgmath = "0.15.0" # Algorithm and data structures ordermap = "0.3.0" petgraph = "0.4.10" # Example specific libraries time = "0.1.37" tobj = "0.1.6" clap = "2.27.1" gltf = "0.7.0" [build-dependencies] gcc = "0.3" include_dir = { version="0.1.5", features=["globs"] }