wasm-game-lib 0.3.2

A simple and fast game library for Wasm.
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! This module contains everything related to graphics.

pub mod window;
pub mod canvas;
pub mod image;
pub mod font;
pub mod text;
pub mod sprite;
pub mod drawable;
pub mod color;
pub mod shape;