Graphite/libraries/dyn-any
0HyperCube eb9848365f Add some additional image effect nodes (#869)
* Move the Subpath type to graphene-std

* Add the transform subpath node

* Delete selected nodes

* Inserting node list on right click

* Add several bitmap manipulator nodes

* Convert add node to use f64

* Add posterize node

* Rename names randomly

* Fix naming

* Exposure node

* Fix typo

* Adjust exposure node range

* Comment out vector nodes

* Adjust exposure range again

* Posterise as ints

* Rename input

* Use >= in the to hsl function
2022-12-03 22:29:45 +00:00
..
derive Add license information for node_graph crates 2022-08-04 11:47:38 +02:00
src Add some additional image effect nodes (#869) 2022-12-03 22:29:45 +00:00
Cargo.toml Add some additional image effect nodes (#869) 2022-12-03 22:29:45 +00:00
LICENSE-APACHE Integrate dyn-any into the main graphite repo 2022-08-04 08:52:24 +02:00
LICENSE-MIT Integrate dyn-any into the main graphite repo 2022-08-04 08:52:24 +02:00
README.md Integrate dyn-any into the main graphite repo 2022-08-04 08:52:24 +02:00

DynAny Trait

A Any-like trait and derive macros for non 'static lifetimes.