1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-04 02:09:26 +02:00

connect: dispose of protobuf_macros

This commit is contained in:
awiouy 2018-02-16 22:04:37 +01:00
parent 1257f98915
commit 15909613e9
7 changed files with 115 additions and 180 deletions

View file

@ -24,5 +24,4 @@ extern crate librespot_playback as playback;
extern crate librespot_protocol as protocol;
pub mod discovery;
include!(concat!(env!("OUT_DIR"), "/lib.rs"));
pub mod spirc;