byteplug 0.0.1

Minimalistic Multimedia Library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#![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!")
}