2022-08-17 19:23:19 -06:00
|
|
|
[package]
|
|
|
|
name = "desttinghim/wired"
|
|
|
|
version = "0.2.0"
|
|
|
|
description = "A puzzle platformer game with wire physics."
|
|
|
|
readme = "README.md"
|
|
|
|
repository = "https://github.com/desttinghim/wired"
|
2022-08-17 19:40:29 -06:00
|
|
|
license = "ISC"
|
2022-08-17 19:23:19 -06:00
|
|
|
|
|
|
|
[[module]]
|
|
|
|
name = "wired"
|
2022-08-17 19:40:29 -06:00
|
|
|
source = "wired.wasm"
|
2022-08-17 19:23:19 -06:00
|
|
|
abi = "wasm4"
|
|
|
|
interfaces = { wasm4 = "0.0.1" }
|
|
|
|
|
|
|
|
[[command]]
|
|
|
|
runner = "wasm4@0.0.1"
|
|
|
|
name = "play"
|
2022-08-17 19:40:29 -06:00
|
|
|
module = "wired"
|