# 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 = "e2r" version = "0.10.0" authors = ["YL "] exclude = ["core/asset/images/*", "core/asset/md5/*", "core/asset/obj/*", "core/asset/blend/*"] description = "experimental rendering engine in rust" documentation = "https://docs.rs/e2r/0.9.3/e2rcore/" readme = "README.md" keywords = ["rendering", "graphics", "engine", "3D", "physics"] license = "BSD-2-Clause" repository = "https://github.com/clearlycloudy/e2r/" [lib] name = "e2rcore" path = "core/core.rs" [[bin]] name = "e2r_example_kernel_impl001" path = "core/example/example_kernel_impl001.rs" [[bin]] name = "n_of_a_kind" path = "games/n_of_a_kind/mod.rs" [[bin]] name = "model_viewer" path = "games/model_viewer/mod.rs" [dependencies.chrono] version = "0.4.0" [dependencies.gl] version = "0.6.3" [dependencies.glutin] version = "0.20.0" [dependencies.image] version = "0.17.0" [dependencies.libc] version = "0.2.26" [dependencies.log] version = "0.4.1" [dependencies.mazth] version = "^0.2.1" [dependencies.nom] version = "^3.2" [dependencies.num] version = "0.1.40" [dependencies.pretty_env_logger] version = "0.2.0" [dependencies.rand] version = "0.3" [dependencies.zpatial] version = "0.0.0"