13 lines
277 B
TOML
13 lines
277 B
TOML
[root]
|
|
name = "super-matte-bros"
|
|
version = "0.0.1"
|
|
dependencies = [
|
|
"sdl2 0.0.13 (git+https://github.com/AngryLawyer/rust-sdl2)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2"
|
|
version = "0.0.13"
|
|
source = "git+https://github.com/AngryLawyer/rust-sdl2#1e9a96755780b757ed8833c16b17396b33e5eb15"
|
|
|