dyna3/app-proto/full-interface/src
Aaron Fenyes 9b39fe56b8 Outline: include constraints in element diff key
This tells Sycamore that the outline view of an element should update
when the element's constraint set has changed. To make the constraint
set hashable, so we can include it in the diff key, we store it as a
`BTreeSet` instead of an `FxHashSet`.
2024-09-26 19:10:34 -07:00
..
add_remove.rs AddRemove: make a button that adds constraints 2024-09-26 15:02:51 -07:00
assembly.rs Outline: include constraints in element diff key 2024-09-26 19:10:34 -07:00
display.rs App: rename directory 2024-09-26 13:22:48 -07:00
identity.vert App: rename directory 2024-09-26 13:22:48 -07:00
inversive.frag App: rename directory 2024-09-26 13:22:48 -07:00
main.rs Outline: include constraints in element diff key 2024-09-26 19:10:34 -07:00
outline.rs Outline: include constraints in element diff key 2024-09-26 19:10:34 -07:00