paxdotdev / pax

User interface engine with an integrated vector design tool, built in Rust
https://www.pax.dev/
Apache License 2.0
421 stars 21 forks source link

Deterministic Builds #195

Closed samuelselleck closed 2 months ago

samuelselleck commented 2 months ago

This swaps map implementation from HashMap to BTreeMap in relevant spots to deterministically produce the same vtable IDs for the same project.