igorlira / dirplayer-rs

A web-compatible Shockwave Player emulator written in Rust
GNU General Public License v3.0
52 stars 10 forks source link

`lazy_static` replaced by `std::sync::OnceLock` #30

Closed ThisAccountHasBeenSuspended closed 2 months ago

ThisAccountHasBeenSuspended commented 3 months ago

lazy_static is no longer needed since Rust 1.70.0

Edit

Changes have been made HERE to reduce memory usage and improve performance.

igorlira commented 3 months ago

This is great, but there's some conflicts with some other PRs I just merged, can you update this branch?

ThisAccountHasBeenSuspended commented 3 months ago

💯