embedded-graphics-web-simulator 0.2.1

A web simulator using rust-embedded library with wasm
Documentation
[package]
name = "embedded-graphics-web-simulator"
description = "A web simulator using rust-embedded library with wasm"
version = "0.2.1"
authors = ["Rahul Thakoor <rahul.thakoor@gmail.com>"]
edition = "2018"
categories = ["wasm", "embedded", "no-std"]
keywords = ["simulator", "graphics", "embedded", "no_std"]
repository = "https://github.com/rahul-thakoor/embedded-graphics-web-simulator"
readme = "README.md"
license = "MIT OR Apache-2.0"



[lib]
crate-type = ["cdylib","rlib"]

[dependencies]
wasm-bindgen = "0.2.45"


[dependencies.web-sys]
version = "0.3.22"
features = ["console",  'CanvasRenderingContext2d',
  'Document',
  'Element',
  'HtmlCanvasElement',
  'Window']


[dependencies.embedded-graphics]
version = "0.7.0"