Files
rust-smb/Cargo.lock

29 lines
722 B
TOML

[root]
name = "super-matte-bros"
version = "0.0.1"
dependencies = [
"sdl2 0.0.16 (git+https://github.com/AngryLawyer/rust-sdl2)",
]
[[package]]
name = "pkg-config"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "sdl2"
version = "0.0.16"
source = "git+https://github.com/AngryLawyer/rust-sdl2#2dd0986162fa48fd930ab59c696c0eabc1ac2344"
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#2dd0986162fa48fd930ab59c696c0eabc1ac2344"
dependencies = [
"pkg-config 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
]