1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 17:59:24 +02:00

Move SPIRC into librespot so it can be re-used by other applications

This commit is contained in:
Tor Arne Vestbø 2015-07-08 21:50:44 +02:00
parent cbd414853f
commit 22e367214e
3 changed files with 256 additions and 245 deletions

View file

@ -33,5 +33,6 @@ pub mod mercury;
pub mod metadata;
pub mod player;
pub mod session;
pub mod spirc;
pub mod stream;
pub mod subsystem;