implement custom track button view (closes #2)

This commit is contained in:
Henrik Friedrichsen
2019-03-03 00:16:17 +01:00
parent 0667b9ab65
commit a562f0b7a7
7 changed files with 149 additions and 25 deletions

View File

@@ -5,6 +5,7 @@ extern crate futures;
extern crate librespot;
extern crate rspotify;
extern crate tokio_core;
extern crate unicode_width;
#[macro_use]
extern crate serde_derive;