38 lines
1.0 KiB
TOML
38 lines
1.0 KiB
TOML
[root]
|
|
name = "super-matte-bros"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"sdl2 0.0.17 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
|
"sdl2_image 0.0.1-alpha.1 (git+https://github.com/fgeldenhuys/rust-sdl2_image)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "sdl2"
|
|
version = "0.0.17"
|
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#32b5df94f0e29805b7087d7b49ef9699e85d5640"
|
|
dependencies = [
|
|
"sdl2-sys 0.0.16 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2-sys"
|
|
version = "0.0.16"
|
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#32b5df94f0e29805b7087d7b49ef9699e85d5640"
|
|
dependencies = [
|
|
"pkg-config 0.1.4 (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.17 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
|
]
|
|
|