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

Generate proto bindings in OUT_DIR, remove precompiled bindings

This commit is contained in:
Sasha Hilton 2020-07-25 04:43:01 +01:00
parent 4a21b5cbeb
commit e97911e3cf
20 changed files with 96 additions and 43140 deletions

4
protocol/proto/mod.rs Normal file
View file

@ -0,0 +1,4 @@
// generated protobuf files will be included here. See build.rs for details
#![allow(renamed_and_removed_lints)]
include!(env!("PROTO_MOD_RS"));