1
2
3
4
5
6
7
8
9
// 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)

//! Render graphics to a computer or phone screen, and get input.  Great for
//! both video games and apps!
//!
//! NOTICE: This crate has been consolidated into the [ADI](https://crates.io/crates/adi) crate.