Add conditional compilation for non-WASM targets in AIS system

This commit is contained in:
geoffsee
2025-07-03 13:44:34 -04:00
parent a5a87a86fd
commit f6f3d1a512
2 changed files with 38 additions and 14 deletions

View File

@@ -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" }