Graphite/node-graph/gcore/src
Brendan Allan 5388b59e97 Groundwork for integrating Specta (#949)
* add derive(specta::Type)

* use specta from git

* introduce Uuid type

* remove unnecessary specta::Type

* document export_types test

* upgrade Specta
The previous Specta branch had some hacks that were just for this project. They have all been converted into proper features so they can be merged into main.

* remove some unnecessary specta::Type uses

* add MessageDiscriminantDef explanation

* manually export types with specta

* rename 'specta.rs' to 'export_types.rs'

* rename 'export_types' to 'generate_ts_types'

---------

Co-authored-by: Oscar Beaumont <oscar@otbeaumont.me>
2023-01-28 22:29:38 -08:00
..
raster Groundwork for integrating Specta (#949) 2023-01-28 22:29:38 -08:00
vector Groundwork for integrating Specta (#949) 2023-01-28 22:29:38 -08:00
generic.rs Make node trait consume self 2022-08-19 18:58:17 +02:00
gpu.rs Implement node graph gpu execution via vulkano and rust gpu (#870) 2022-12-05 12:56:36 +01:00
lib.rs Groundwork for integrating Specta (#949) 2023-01-28 22:29:38 -08:00
ops.rs Improve history states (#932) 2023-01-01 22:02:44 +00:00
raster.rs Groundwork for integrating Specta (#949) 2023-01-28 22:29:38 -08:00
structural.rs Implement the Gaussian Blur node (#933) 2022-12-31 21:12:02 +01:00
uuid.rs Groundwork for integrating Specta (#949) 2023-01-28 22:29:38 -08:00
value.rs Make node trait consume self 2022-08-19 18:58:17 +02:00