Enable wasm compilation

This commit is contained in:
hal8174 2025-05-01 22:06:53 +02:00
parent f639082205
commit 8e30f35890
4 changed files with 10 additions and 11 deletions

View file

@ -7,7 +7,7 @@ edition = "2024"
factorio-core = { path = "../factorio-core" }
factorio-pathfinding = { path = "../factorio-pathfinding" }
factorio-graph = { path = "../factorio-graph" }
rand = { version = "0.9.0", features = ["small_rng"] }
rand = { version = "0.9.0", default-features = false, features = ["std", "small_rng"] }
serde = { version = "1.0.192", features = ["derive"] }
image = "0.25.2"
serde_json = "1.0.108"