mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-07-03 07:05:30 +00:00
8 lines
177 B
Rust
8 lines
177 B
Rust
![]() |
fn main() {
|
||
|
#[cfg(feature = "dart")]
|
||
|
{
|
||
|
flowy_codegen::protobuf_file::dart_gen(env!("CARGO_PKG_NAME"));
|
||
|
flowy_codegen::dart_event::gen(env!("CARGO_PKG_NAME"));
|
||
|
}
|
||
|
}
|