mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 01:13:53 +03:00
Fix web build break from a cfg() line creeping down
This commit is contained in:
parent
db736ceab5
commit
5e952f9012
@ -18,9 +18,9 @@ mod colors;
|
||||
mod heatmap;
|
||||
mod minimap;
|
||||
mod navigate;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod turn_explorer;
|
||||
mod ui;
|
||||
#[cfg(not(target_arch = "wasm32"))]
|
||||
mod updater;
|
||||
|
||||
// TODO This is A/B Street specific
|
||||
|
Loading…
Reference in New Issue
Block a user