copper-rs 1.0.0

Copper.rs is a simple library for 2D games written in Rust targeting HTML5.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.wasm-bindgen]
version = "0.2"

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

[package]
authors = ["DevTaube"]
description = "Copper.rs is a simple library for 2D games written in Rust targeting HTML5."
edition = "2021"
homepage = "https://github.com/devtaube/copper.rs"
keywords = ["gamedev", "graphics", "web", "wasm", "api"]
license = "MIT"
name = "copper-rs"
readme = "README.md"
repository = "https://github.com/devtaube/copper.rs"
version = "1.0.0"