dyna3/app-proto/full-interface
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
..
src Outline: include constraints in element diff key 2024-09-26 19:10:34 -07:00
.gitignore Ignore profiling folders 2024-09-26 13:23:56 -07:00
Cargo.toml App: rename directory 2024-09-26 13:22:48 -07:00
index.html App: rename directory 2024-09-26 13:22:48 -07:00
main.css AddRemove: make a button that adds constraints 2024-09-26 15:02:51 -07:00