mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-22 02:18:11 +08:00
WIP
This commit is contained in:
@@ -32,9 +32,14 @@ graphene-path-bool = { workspace = true }
|
||||
graphene-math-nodes = { workspace = true }
|
||||
graphene-svg-renderer = { workspace = true }
|
||||
graphene-application-io = { workspace = true }
|
||||
graphene-element = { workspace = true }
|
||||
graphene-element-nodes = { workspace = true }
|
||||
graphene-raster = { workspace = true }
|
||||
graphene-raster-nodes = { workspace = true }
|
||||
graphene-vector = { workspace = true }
|
||||
graphene-vector-nodes = { workspace = true }
|
||||
graphene-brush = { workspace = true }
|
||||
graphene-text = { workspace = true }
|
||||
|
||||
# Workspace dependencies
|
||||
fastnoise-lite = { workspace = true }
|
||||
@@ -66,8 +71,5 @@ web-sys = { workspace = true, optional = true, features = [
|
||||
"ImageBitmapRenderingContext",
|
||||
] }
|
||||
|
||||
# Required dependencies
|
||||
ndarray = "0.16.1"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { workspace = true }
|
||||
|
||||
@@ -6,13 +6,14 @@ pub mod wasm_application_io;
|
||||
|
||||
pub use graphene_application_io as application_io;
|
||||
pub use graphene_brush as brush;
|
||||
pub use graphene_core::vector;
|
||||
pub use graphene_core::*;
|
||||
pub use graphene_element as element;
|
||||
pub use graphene_element_nodes as element_nodes;
|
||||
pub use graphene_element_nodes::animation;
|
||||
pub use graphene_math_nodes as math_nodes;
|
||||
pub use graphene_path_bool as path_bool;
|
||||
pub use graphene_raster_nodes as raster_nodes;
|
||||
pub use graphene_vector as vector;
|
||||
|
||||
/// stop gap solutions until all paths have been replaced with their absolute ones
|
||||
pub mod renderer {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
use crate::vector::{VectorData, VectorDataTable};
|
||||
use graph_craft::wasm_application_io::WasmEditorApi;
|
||||
use graphene_core::Ctx;
|
||||
pub use graphene_core::text::*;
|
||||
use graphene_core::context::Ctx;
|
||||
pub use graphene_text::*;
|
||||
use graphene_vector::{VectorData, VectorDataTable};
|
||||
|
||||
#[node_macro::node(category(""))]
|
||||
fn text<'i: 'n>(
|
||||
|
||||
Reference in New Issue
Block a user