conrod_example_shared 0.71.0

A small crate for sharing common code between conrod examples.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.conrod_core]
version = "0.71"

[dependencies.rand]
version = "0.7"

[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
categories = ["gui"]
description = "A small crate for sharing common code between conrod examples."
homepage = "https://github.com/pistondevelopers/conrod"
keywords = ["ui", "widgets", "gui", "interface", "graphics"]
license = "MIT OR Apache-2.0"
name = "conrod_example_shared"
readme = "../../README.md"
repository = "https://github.com/pistondevelopers/conrod.git"
version = "0.71.0"