-
New: Support and documentation for sending
tracing
updates through a Nutmeg view. -
New:
View::new
is nowconst
, so that astatic
view can be constructed in a global variable: you no longer need to wrap them in anArc
. Seeexamples/static_view
.
New: Support and documentation for sending tracing
updates through a Nutmeg view.
New: View::new
is now const
, so that a static
view can be constructed in a global variable: you no longer need to wrap them in an Arc
. See examples/static_view
.