mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 23:43:25 +03:00
dcabbc9718
This file is used in step 6 of the tutorial. As a desktop app, we had a bunch of files we just read from disk when needed. Translating this to web requires some thinkging (things are slower, they can fail, etc.). As a first step we simply agglomerated all the files into the wasm binary, but since some of the files are rather large, we tried to only include the essential and small files. This one was missed. Though some of the prebaked results files are very large, this one is a mere 5k. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |