Files
rust-smb/Cargo.lock
2015-01-29 09:26:59 +01:00

44 lines
1.2 KiB
TOML

[root]
name = "super-matte-bros"
version = "0.0.1"
dependencies = [
"sdl2 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)",
"sdl2_image 0.0.1-alpha.1 (git+https://github.com/fgeldenhuys/rust-sdl2_image)",
]
[[package]]
name = "bitflags"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "pkg-config"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sdl2"
version = "0.0.20"
source = "git+https://github.com/AngryLawyer/rust-sdl2#8dc3659d5ac413f046785bcbae23ab8479e0ea22"
dependencies = [
"bitflags 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"sdl2-sys 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)",
]
[[package]]
name = "sdl2-sys"
version = "0.0.20"
source = "git+https://github.com/AngryLawyer/rust-sdl2#8dc3659d5ac413f046785bcbae23ab8479e0ea22"
dependencies = [
"pkg-config 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "sdl2_image"
version = "0.0.1-alpha.1"
source = "git+https://github.com/fgeldenhuys/rust-sdl2_image#21bf12fed5d6f6a8ae49fbd20637921f97d17fe6"
dependencies = [
"sdl2 0.0.20 (git+https://github.com/AngryLawyer/rust-sdl2)",
]