mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 18:29:45 +02:00
Reorganize the spirc/player interaction.
Updates are now sent through a callback mechanism rather than a channel.
This commit is contained in:
parent
463ce97661
commit
8fed885595
3 changed files with 136 additions and 86 deletions
|
@ -1,6 +1,6 @@
|
|||
#![crate_name = "librespot"]
|
||||
|
||||
#![feature(plugin,zero_one,iter_arith,mpsc_select)]
|
||||
#![feature(plugin,zero_one,iter_arith)]
|
||||
|
||||
#![plugin(protobuf_macros)]
|
||||
#![plugin(json_macros)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue