mirror of
https://github.com/seemueller-io/yachtpit.git
synced 2025-09-08 22:46:45 +00:00
Add conditional compilation for non-WASM targets in AIS system
This commit is contained in:
@@ -18,4 +18,6 @@ bevy = { workspace = true, features = [
|
||||
rand = { version = "0.8.3" }
|
||||
components = { path = "../components" }
|
||||
datalink = { path = "../datalink" }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
datalink-provider = { path = "../datalink-provider" }
|
||||
|
Reference in New Issue
Block a user