Skip to content

Commit

Permalink
FlatBuffers
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Mar 13, 2024
1 parent 7dad9bb commit 87c2e2c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions vortex-flatbuffers/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#![allow(unused_imports)]
#![allow(dead_code)]
mod flatbuffers {
mod generated {
include!(concat!(
env!("OUT_DIR"),
"/flatbuffers/monsters_generated.rs"
));
}

pub use flatbuffers::*;
pub use generated::*;

pub use flatbuffers;

0 comments on commit 87c2e2c

Please sign in to comment.