rustyboy/Cargo.toml
2020-02-14 11:45:37 +01:00

11 lines
168 B
TOML

[package]
name = "gbc"
version = "0.1.0"
authors = ["Kevin Hamacher <kevin.hamacher@rub.de>"]
edition = '2018'
[dependencies]
sdl2 = "*"
libc = "*"
pulse-simple = "*"