version = 4
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "csfml-audio-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3f55bfdd00e6ded8b4bbf62acfe7e62a493584a7b0774642dac59d822061aa4"
dependencies = [
"csfml-system-sys",
"sfml-build",
]
[[package]]
name = "csfml-graphics-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d508c34b7376ca0450422ee11642b5aba43bde59673c822bb436e9fc126d8487"
dependencies = [
"csfml-system-sys",
"csfml-window-sys",
"sfml-build",
]
[[package]]
name = "csfml-system-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "226869ac0651d7592d2fc0795f5e44101fbd7b22548d6cf6f0e0e74e54efa1fd"
dependencies = [
"sfml-build",
]
[[package]]
name = "csfml-window-sys"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fd0d9840a9f92ae0960cef634c1b5781b15847dbb099a9ee6021bb5c1cb618"
dependencies = [
"csfml-system-sys",
"sfml-build",
]
[[package]]
name = "peacock"
version = "0.0.1"
dependencies = [
"sfml",
]
[[package]]
name = "sfml"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b06f9db4d3f8b936d232d92bfbd6335060ae51ddcf1be2e79361aeb5c8fef1"
dependencies = [
"bitflags",
"csfml-audio-sys",
"csfml-graphics-sys",
"csfml-system-sys",
"csfml-window-sys",
]
[[package]]
name = "sfml-build"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff35ae173aff95bc967d1b4f0e131a8aec384c317fd057738da4b0f71c8cf841"