Enable wasm compilation
This commit is contained in:
parent
f639082205
commit
8e30f35890
4 changed files with 10 additions and 11 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue