anki/rslib/src/image_occlusion
Damien Elmes d380f3034c Split io.rs into separate crate, and use it in proto build
Will be handy to use it in our other scripts in the future too - thanks
Rumo!

Results of benchmarking ./run before and after these crate splits:

- Touching a proto file leads to a slight increase: about +90ms
- Touching an rslib file leads to a bigger decrease, as there's less to
recompile: about -700ms

And ./ninja test is even better: about +200ms and -3800ms.
2023-06-12 15:47:51 +10:00
..
imagedata.rs Split io.rs into separate crate, and use it in proto build 2023-06-12 15:47:51 +10:00
imageocclusion.rs Various changes to I/O handling (#2513) 2023-05-31 13:45:12 +10:00
mod.rs Various tweaks to I/O code (#2478) 2023-04-19 15:30:18 +10:00
notetype.css Fix misaligned image occlusions (#2512) 2023-05-23 11:59:50 +10:00
notetype.rs Move generated protobuf into anki_proto 2023-06-12 15:47:51 +10:00