rustyboy/Cargo.toml

15 lines
256 B
TOML

[package]
name = "gbc"
version = "0.1.0"
authors = ["Kevin Hamacher <kevin.hamacher@rub.de>"]
edition = '2018'
[features]
default = ["audio"]
audio = ["pulse-simple"]
[dependencies]
sdl2 = "*"
libc = "*"
pulse-simple = { version = "*", optional = true }