Trying to use the prost
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
pub mod metadata;
|
||||
pub mod snazzy {
|
||||
pub mod items {
|
||||
include!(concat!(env!("OUT_DIR"), "/snazzy.items.rs"));
|
||||
}
|
||||
}
|
||||
|
||||
pub mod project;
|
||||
pub mod region;
|
||||
pub mod track;
|
||||
pub mod termix {
|
||||
pub mod audio_backend {
|
||||
include!(concat!(env!("OUT_DIR"), "/termix.audio_backend.rs"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user