resound/Cargo.toml

13 lines
269 B
TOML

[package]
name = "resound"
description = "a userspace implementation of the EsounD protocol"
version = "0.1.0"
edition = "2021"
[dependencies]
#structopt = "0.3"
binrw = "0.8"
thiserror = "1"
sdl2 = { version = "0.35", features = ["mixer"] }
modular-bitfield = "0.11"