rangoon 0.0.0

A simple game engine for WebAssembly
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ahash"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6789e291be47ace86a60303502173d84af8327e3627ecf334356ee0f87a164c"

[[package]]
name = "callback"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47dff6ea96499c981478b844e2ab2d0c7e7f1f03d7637a275f2b249d0482d09f"
dependencies = [
 "lazy_static",
 "spin 0.7.0",
]

[[package]]
name = "hashbrown"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
dependencies = [
 "ahash",
]

[[package]]
name = "hecs"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc21f4816c4332a954ac0b7a227f1a06a0addd8f240c2727591449f56de5931"
dependencies = [
 "hashbrown",
]

[[package]]
name = "html_color"
version = "0.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8777025fb1b6f012d0ae9aeba4639cc463cc509a74bf36b80bfe70e9a5bba23e"

[[package]]
name = "js"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d0228377f340d9ecd7611d1c793d6172a23eb50a3579c10b7ce6891057267f"

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
dependencies = [
 "spin 0.5.2",
]

[[package]]
name = "rangoon"
version = "0.0.0"
dependencies = [
 "hecs",
 "lazy_static",
 "web",
]

[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"

[[package]]
name = "spin"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "652ac3743312871a5fb703f0337e68ffa3cdc28c863efad0b8dc858fa10c991b"

[[package]]
name = "web"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58511fa5645a9f2a5a82f4d4103cedf4a4ad5dcf3e6cd499069fe529ea0b3f43"
dependencies = [
 "html_color",
 "js",
 "spin 0.7.0",
 "web-dom",
 "web_canvas",
 "web_common",
 "web_console",
 "web_random",
 "web_timer",
]

[[package]]
name = "web-dom"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "185d95c027a5f70269f3d1bc6c1e74189ec11481915ab7dc0e936fffce5db5d5"
dependencies = [
 "callback",
 "js",
 "lazy_static",
 "spin 0.7.0",
]

[[package]]
name = "web_canvas"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19add11b313287121274a7edb53e6f8c542242eb089c324bbdfe75880e8be1f6"
dependencies = [
 "js",
 "lazy_static",
 "spin 0.7.0",
]

[[package]]
name = "web_common"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d02ca18a84494da606784480ef0e821be243e58543c0c8b22af7989213a2f2"
dependencies = [
 "js",
 "lazy_static",
 "spin 0.7.0",
]

[[package]]
name = "web_console"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef9441570c9dd83f4ba69586f5ac8977b068a2a918cc9d9ea5870ea65b1e4d3a"
dependencies = [
 "js",
 "lazy_static",
 "spin 0.7.0",
]

[[package]]
name = "web_random"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00101013dcdc3099f7363f2956511ea73e8c48dba237b1cb0a0802aa12360b13"
dependencies = [
 "js",
 "lazy_static",
 "spin 0.7.0",
]

[[package]]
name = "web_timer"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8ca66a70a15c05f68178a8ac8cac472f60629af3a4b554da5d6ee2793b422f3"
dependencies = [
 "callback",
 "js",
 "lazy_static",
 "spin 0.7.0",
]