81 lines
2.4 KiB
TOML
81 lines
2.4 KiB
TOML
[root]
|
|
name = "super-matte-bros"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"sdl2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sdl2_image 0.0.33 (git+https://github.com/logaritmisk/rust-sdl2_image.git)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc-serialize 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-serialize"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "sdl2"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sdl2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num 0.1.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2_image"
|
|
version = "0.0.33"
|
|
source = "git+https://github.com/logaritmisk/rust-sdl2_image.git#404ccefedd74862d01e7462ea3fe696caa9f1e9f"
|
|
dependencies = [
|
|
"bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sdl2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sdl2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|