~starkingdoms/starkingdoms

ref: 01d8dceedccac3ee389e5ad97bb161cdaf8b4a84 starkingdoms/client/Cargo.toml -rw-r--r-- 365 bytes
01d8dcee — core hell pt2 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "client"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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

[dependencies]
wasm-bindgen = "0.2"
js-sys = "0.3"
web-sys = { version = "0.3", features = ["CanvasRenderingContext2d", "Document", "Element", "HtmlCanvasElement", "Window"]}