#![allow(unused_imports)] use byteplug::geometry::*; use byteplug::image::*; use byteplug::draw::*; use byteplug::animation::*; use byteplug::audio::*; use byteplug::video::*; use byteplug::controller::*; use byteplug::application::*; use byteplug::widget::*; fn main() { println!("Hello Hello World example!") }