[package] name = "bevy-cable" version = "0.1.0" authors = ["Tom Pridham "] edition = "2021" description = "A simple cable implementation for the bevy game engine" readme = "README.md" keywords = ["bevy", "rope", "cable", "physics", "ragdoll"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bevy = "0.6.1"