Logo
Explore Help
Register Sign In
yujunjun/AppFlowy
1
0
Fork 0
You've already forked AppFlowy
mirror of https://github.com/AppFlowy-IO/AppFlowy.git synced 2025-07-07 00:53:02 +00:00
Code Issues Packages Projects Releases Wiki Activity
AppFlowy/frontend/rust-lib/flowy-user/build.rs

11 lines
250 B
Rust
Raw Normal View History

refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
fn main() {
feat: run rustfmt with custom defined fmt configuration (#1848) * chore: update rustfmt * chore: apply rustfmt format
2023-02-13 09:29:49 +08:00
let crate_name = env!("CARGO_PKG_NAME");
flowy_codegen::protobuf_file::gen(crate_name);
feat: return rows and fields
2022-03-05 17:52:25 +08:00
feat: run rustfmt with custom defined fmt configuration (#1848) * chore: update rustfmt * chore: apply rustfmt format
2023-02-13 09:29:49 +08:00
#[cfg(feature = "dart")]
flowy_codegen::dart_event::gen(crate_name);
Feat/tauri (#1716) * feat: support tauri desktop * chore: support call flowy sdk command * chore: switch to svelte * chore: gen js protobuf * chore: import js protobuf * chore: call flowy sdk handler * chore: update scipts * chore: create index.ts * chore: track files * chore: gen ts event * chore: replace application icon * chore: migrate to react * chore: fix wanrings Co-authored-by: nathan <nathan@appflowy.io>
2023-01-17 16:27:17 +08:00
feat: run rustfmt with custom defined fmt configuration (#1848) * chore: update rustfmt * chore: apply rustfmt format
2023-02-13 09:29:49 +08:00
#[cfg(feature = "ts")]
flowy_codegen::ts_event::gen(crate_name);
refactor: generate the pb files using build.rs
2022-02-08 14:36:59 +08:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 693ms Template: 6ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API