Graphite/frontend/src-tauri/build.rs
TrueDoctor 7d8f94462a Bundle Graphite using Tauri (#873)
* Setup tauri component for graphite editor

Integrate graphite into tauri app

Split interpreted-executor out of graph-craft

* Add gpu execution node

* General Cleanup
2022-12-07 12:49:34 +01:00

3 lines
36 B
Rust

fn main() {
tauri_build::build()
}