29 lines
722 B
TOML
29 lines
722 B
TOML
[root]
|
|
name = "super-matte-bros"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"sdl2 0.0.14 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "sdl2"
|
|
version = "0.0.14"
|
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#7ff85a93a677ed8a02f4e49109a8613a7544aa21"
|
|
dependencies = [
|
|
"sdl2-sys 0.0.14 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2-sys"
|
|
version = "0.0.14"
|
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#7ff85a93a677ed8a02f4e49109a8613a7544aa21"
|
|
dependencies = [
|
|
"pkg-config 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|