e2r 0.3.0

experimental rendering engine in rust
Documentation
# 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.3.0"
authors = ["YL <yuan6liu@gmail.com>"]
exclude = ["core/asset/*"]
description = "experimental rendering engine in rust"
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_test_ads"
path = "core/example/shading/test_ads.rs"
[dependencies.gl]
version = ">=0.6.3"

[dependencies.glutin]
version = ">=0.9.1"

[dependencies.image]
version = "0.17.0"

[dependencies.libc]
version = ">=0.2.26"

[dependencies.num]
version = "0.1.40"

[dependencies.rand]
version = "0.3"