mre / mos6502

MOS 6502 emulator written in Rust
BSD 3-Clause "New" or "Revised" License
79 stars 15 forks source link

Pointlessly pulls in the num crate #89

Closed omarandlorraine closed 1 year ago

omarandlorraine commented 1 year ago

Other than skeptic, far and away the biggest contributor to the compile time here is num.

I see src/lib.rs seems to deliberately do extern crate num;, is this vestigial? It doesn't seem to do anything or go anywhere??

mre commented 1 year ago

Oh, I don't know. If it's not needed, let's remove it. 👍