warp/george/Cargo.toml

24 lines
518 B
TOML

[package]
name = "george"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "rlib"]
[features]
default = ["minifb/web"]
[dependencies]
console_error_panic_hook = "0.1.7"
georgeemu = { git = "https://git.augustkline.com/august/george-emu" }
minifb = { git = "https://github.com/augustkline/rust_minifb" }
wasm-bindgen = "0.2.93"
[dependencies.web-sys]
version = "*"
features = ['Document', 'Element', 'HtmlElement', 'Node', 'Window']
[package.metadata.wasm-pack.profile.profiling]
wasm-opt = ['-O']