|
|
@@ -60,6 +60,14 @@ version = "0.4.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lazy_static" |
|
|
|
version = "1.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
version = "0.2.42" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
@@ -145,41 +153,56 @@ version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
version = "0.1.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen" |
|
|
|
version = "0.2.15" |
|
|
|
version = "0.2.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"wasm-bindgen-macro 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-backend" |
|
|
|
version = "0.2.15" |
|
|
|
version = "0.2.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
version = "0.2.15" |
|
|
|
version = "0.2.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro-support 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro-support" |
|
|
|
version = "0.2.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-backend 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-backend 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-shared" |
|
|
|
version = "0.2.15" |
|
|
|
version = "0.2.17" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"serde 1.0.70 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@@ -191,7 +214,7 @@ name = "wasm_tetris" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -222,6 +245,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9" |
|
|
|
"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426" |
|
|
|
"checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606" |
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" |
|
|
|
"checksum libc 0.2.42 (registry+https://github.com/rust-lang/crates.io-index)" = "b685088df2b950fccadf07a7187c8ef846a959c142338a48f9dc0b94517eb5f1" |
|
|
|
"checksum log 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "61bd98ae7f7b754bc53dca7d44b604f733c6bba044ea6f41bc8d89272d8161d2" |
|
|
|
"checksum proc-macro2 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "cccdc7557a98fe98453030f077df7f3a042052fae465bb61d2c2c41435cfd9b6" |
|
|
@@ -233,10 +257,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum syn 0.14.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4bad7abdf6633f07c7046b90484f1d9dc055eca39f8c991177b1046ce61dba9a" |
|
|
|
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" |
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
"checksum wasm-bindgen 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "e3ec457bbaf9c27fff5435eb669dce10befea7aedb679772e3e2a37c41343461" |
|
|
|
"checksum wasm-bindgen-backend 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "81bdfa5458b3a4fd608c23b004683249e83fd7ae97739825d0a9608a8c2e3b13" |
|
|
|
"checksum wasm-bindgen-macro 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "b204612d537d3022f3b779ec86408aa648be902e564b8a6209fd698d1f038098" |
|
|
|
"checksum wasm-bindgen-shared 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f445873f30b17477cf1b8adc0e5e149e51fdb9737b7d8f817b7595b2c9cb72b2" |
|
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" |
|
|
|
"checksum wasm-bindgen 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "18435dd2cabae856f7ce0530798d1b9d0f9fe52f0948abb4b002d5d6042aa479" |
|
|
|
"checksum wasm-bindgen-backend 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "d86e94290104554e5e4b9030ed90623033707fb0275151325faff4e4953bcfee" |
|
|
|
"checksum wasm-bindgen-macro 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "e240c96a612f131b87a1925c15ba73ce9f71b7e443c42c8ec9c77cfdc06c58a1" |
|
|
|
"checksum wasm-bindgen-macro-support 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "40b6edde67171a5a8514243049e85593e4a776446fe952d9e1873b828e28ecc0" |
|
|
|
"checksum wasm-bindgen-shared 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "19647b4790a288a74d4a9911fbf6e66719a3eca36d2ea755412fe2cd615bec93" |
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd" |
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |