turbine_scene3d 0.5.0

Scene rendering for the Turbine engine
Documentation
[package]
name = "turbine_scene3d"
version = "0.5.0"
authors = ["Sven Nilsen <bvssvni@gmail.com>"]
description = "Scene rendering for the Turbine engine"
readme = "README.md"
license = "MIT"
keywords = ["turbine", "rendering", "dynamic", "piston"]
repository = "https://github.com/PistonDevelopers/turbine.git"
homepage = "https://github.com/PistonDevelopers/turbine"
documentation = "https://docs.rs/turbine_scene3d"

[dependencies]
gl = "0.11.0"
piston = "0.39.0"
vecmath = "0.3.1"
piston2d-opengl_graphics = "0.57.0"
wavefront_obj = "5.1.0"
image = "0.20.1"

[dev-dependencies]
pistoncore-sdl2_window = "0.52.0"
camera_controllers = "0.26.0"