fere 0.0.0

A 3D rendering engine focused on simple use and realtime global illumination.
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]
edition = "2018"
name = "fere"
version = "0.0.0"
authors = ["Junha Yang <junhayang1@gmail.com>"]
include = ["src/**/*", "Cargo.toml", "shaders/**/*", "resources/**/*"]
description = "A 3D rendering engine focused on simple use and realtime global illumination.\n"
readme = "../README.md"
keywords = ["game", "graphics", "rendering", "fere"]
categories = ["graphics", "rendering"]
license = "MIT"
repository = "https://github.com/rsbm/fere"
[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.fere-common]
version = "0.0.0"

[dependencies.fere-resources]
version = "0.0.0"

[dependencies.gl]
version = "0.14.0"

[dependencies.heck]
version = "0.3.1"

[dependencies.include_dir]
version = "0.6"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.11"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.strum]
version = "0.18.0"

[dependencies.strum_macros]
version = "0.18.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.y4m]
version = "0.7.0"

[features]
include_resources_and_shaders = []