conrod_rendy 0.1.0

A rendy backend for conrod.
Documentation
[[example]]
name = "all_winit_rendy"
required-features = ["init-winit"]
[dependencies.conrod_core]
version = "0.69"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.rendy]
default-features = false
features = ["base", "texture"]
version = "0.5.1"
[dev-dependencies.conrod_example_shared]
version = "0.69"

[dev-dependencies.conrod_winit]
version = "0.69"

[dev-dependencies.find_folder]
version = "0.3.0"

[dev-dependencies.image]
version = "0.22"

[features]
dx12 = ["rendy/dx12"]
empty = ["rendy/empty"]
gl = ["rendy/gl"]
init-winit = ["rendy/init-winit"]
metal = ["rendy/metal"]
no-slow-safety-checks = ["rendy/no-slow-safety-checks"]
profiler = ["rendy/profiler"]
vulkan = ["rendy/vulkan"]

[package]
authors = ["David Partouche <david@kaligs.com>", "mitchmindtree <mitchell.nordine@gmail.com>"]
categories = ["gui"]
description = "A rendy backend for conrod."
documentation = "https://docs.rs/conrod"
edition = "2018"
homepage = "https://github.com/pistondevelopers/conrod"
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
license = "MIT OR Apache-2.0"
name = "conrod_rendy"
readme = "../../README.md"
repository = "https://github.com/pistondevelopers/conrod.git"
version = "0.1.0"