//! Rust bindings for the Tk Graphics library
//!
//! Function specific documentation can be found at the [Tcl website]
//!
//! [Tcl website]: https://www.tcl-lang.org/man/tcl8.6/TkLib/contents.htm
//!
//! ## Note
//! This library only seems to work if it's ran in an enviroment that has a
//! graphics shell.
include!;