mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2025-07-16 04:05:00 +00:00
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:
parent
52cc770a1e
commit
7d8f94462a
109 changed files with 5661 additions and 544 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue