canrust 1.0.0

A Rust library drawing shapes onto a canvas
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"

[[package]]
name = "canrust"
version = "1.0.0"
dependencies = [
 "fontconfig",
 "sfml",
]

[[package]]
name = "const-cstr"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"

[[package]]
name = "csfml-audio-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b928d3b663c6d4d45c330a254b432e3a228cba3851207bda5542fb9b978a8242"
dependencies = [
 "csfml-system-sys",
 "sfml-build",
]

[[package]]
name = "csfml-graphics-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4f0c658045598446f1968df8acf047787e70dc44962686f54ec0d9835aed3e"
dependencies = [
 "csfml-system-sys",
 "csfml-window-sys",
 "sfml-build",
]

[[package]]
name = "csfml-system-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ebeefc2da7f0568d54eb798706bbb1aa6fd589cda7a84c1188b860773ace35d"
dependencies = [
 "sfml-build",
]

[[package]]
name = "csfml-window-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8d000d0a6646167f7ccece9855718145c3e25ab738c9bc8ffeedfa17c41dd3"
dependencies = [
 "csfml-system-sys",
 "sfml-build",
]

[[package]]
name = "fontconfig"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5570e7ce35ffb621b31934530c4b3b8ce9fdd8bf8436e98f9c7ebadff2ef259"
dependencies = [
 "yeslogic-fontconfig-sys",
]

[[package]]
name = "libc"
version = "0.2.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2f02823cf78b754822df5f7f268fb59822e7296276d3e069d8e8cb26a14bd10"

[[package]]
name = "pkg-config"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"

[[package]]
name = "sfml"
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "513d5e9ff2e56ae75c7ab943fbd15880fd685230d9ddc0abb853c1374ee66129"
dependencies = [
 "bitflags",
 "csfml-audio-sys",
 "csfml-graphics-sys",
 "csfml-system-sys",
 "csfml-window-sys",
 "widestring",
]

[[package]]
name = "sfml-build"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f83a1ad7f7c79c9273019b2abfacbd4fa7150d23caca8cae586f0f1ea43b151"

[[package]]
name = "widestring"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a763e303c0e0f23b0da40888724762e802a8ffefbc22de4127ef42493c2ea68c"

[[package]]
name = "yeslogic-fontconfig-sys"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e194a0c5cd1b5c87215eed9d26aca9799fa1b599fe2e178977d6f8ccc812e3d3"
dependencies = [
 "const-cstr",
 "libc",
 "pkg-config",
]