Graphite/editor
Dennis Kobert 4bd9fbd073 Make the dynamic node graph execution asynchronous (#1218)
* Make node graph execution async

Make node macro generate async node implementations

Start propagating async through the node system

Async checkpoint

Make Any<'i> Send + Sync

Determine node io type using panic node

Fix types for raster_node macro

Finish porting node registry?

Fix lifetime errors

Remove Send + Sync requirements and start making node construction async

Async MVP

Fix tests

Clippy fix

* Fix nodes

* Simplify lifetims for node macro + make node macro more modular

* Reenable more nodes

* Fix pasting images

* Remove http test from brush node

* Fix output type for cache node

* Fix types for let scope

* Fix formatting
2023-05-27 11:48:57 +02:00
..
src Make the dynamic node graph execution asynchronous (#1218) 2023-05-27 11:48:57 +02:00
build.rs Update release series to Alpha Milestone 2 2023-02-11 12:00:00 -08:00
Cargo.toml Downscale Images to document resolution (#1077) 2023-03-15 12:49:56 +01:00
graphite-test-document.graphite Rename the legacy Graphene crate to document-legacy (#899) 2022-12-22 02:12:05 -08:00