dyna3/app-proto
Aaron Fenyes 7bc3a9eeae Make the next element serial number thread-local
In the last revision, the next element serial number was thread-safe,
but that might be overdoing it. I suspect that elements will only ever
be created from the main thread.
2024-11-18 20:29:53 -08:00
..
src Make the next element serial number thread-local 2024-11-18 20:29:53 -08:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.toml Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
index.html Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
main.css Clean up the outline view (#19) 2024-11-15 03:32:47 +00:00
run-examples Integrate engine into application prototype (#15) 2024-11-12 00:46:16 +00:00