v0.4.0
Backend Crate
-
The backend crate is now
no_std
compatible. -
New method called
render
is created inwasm
feature profile. It takes a rendering context and draws on a1152 * 576
canvas in black and white. (mainly to cater the web frontend).
Frontend(s)
- Now you can freely resize the window in the SDL 2 frontend.