adi 0.12.0

Create platform-agnostic apps and video games
Documentation
# Copyright Jeron A. Lau 2017 - 2018.
# Dual-licensed under either the MIT License or the Boost Software License,
# Version 1.0.  (See accompanying file LICENSE_1_0.txt or copy at
# https://www.boost.org/LICENSE_1_0.txt)
#
# XXXX  X                    /5\——————/5\       XXXX      X           X
# X   X X   XXX   XXXX      |   0    0   |     X      XXX   XXXX XXXX X X   X
# X   X X  X   X  X   X  /"\|     <>     |/"\  X      X   X    X    X X X   X
# XXXX  X  X   X  X   X  \  \\_  ====  _//  /  X   XX X   X   X    X  X  X X
# X     X  X   X  XXXX    \_              _/   X    X X   X  X    X   X   X
# X     X   XXX   X       / \            / \    XXXX  X   X XXXX XXXX X   X
#                 X       \                /                            XX
#                          --____________--

[package]
name = "adi"
version = "0.12.0"
authors = [
	"Jeron Lau <jeron.lau@plopgrizzly.com>",
]
license = "MIT / BSL-1.0"
documentation = "https://docs.rs/adi"
homepage = "https://gitlab.com/plopgrizzly/adi/"
repository = "https://github.com/plopgrizzly/adi"
readme = "README.md"
description = "Create platform-agnostic apps and video games"
keywords = ["graphics", "gui", "input", "hardware"]
categories = ["gui", "game-engines", "hardware-support", "multimedia",
    "rendering::graphics-api"]

[features]
default = ["screen", "speaker"]
screen = ["adi_screen"]
speaker = ["adi_speaker"]

[dependencies.adi_screen]
version = "0.12"
optional = true

[dependencies.adi_speaker]
version = "0.0.1"
optional = true