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
This commit is contained in:
TrueDoctor
2022-12-11 12:46:55 -08:00
committed by Keavon Chambers
parent a2043bcb7c
commit f1b7abede7
109 changed files with 5661 additions and 544 deletions
+3 -1
View File
@@ -9,8 +9,10 @@ extern crate log;
pub mod memo;
pub mod raster;
pub mod vector;
pub mod any;
#[cfg(feature = "gpu")]
pub mod executor;
pub use graphene_core::*;