10 lines
165 B
TOML
10 lines
165 B
TOML
[package]
|
|
name = "gbc"
|
|
version = "0.1.0"
|
|
authors = ["Kevin Hamacher <kevin.hamacher@rub.de>"]
|
|
|
|
[dependencies]
|
|
sdl2 = "0.19.0"
|
|
libc = "0.2.14"
|
|
pulse-simple = "1.0.0"
|