[package] name = "naia-hecs-shared" # 0.21 is unpublished for now, due to lack of use of this crate, as well as plans for rapid releases - 4/23/2023 version = "0.21.0" authors = ["connorcarpenter "] workspace = "../../.." description = "Library to faciliate naia & Hecs interop, functionality shared by client & server versions" homepage = "https://github.com/naia-lib/naia" repository = "https://github.com/naia-lib/naia" keywords = ["wasm", "webrtc", "udp", "networking", "gamedev"] categories = ["network-programming", "game-development", "wasm", "web-programming"] license = "MIT OR Apache-2.0" edition = "2021" [badges] maintenance = { status = "actively-developed" } [features] wbindgen = [ "naia-shared/wbindgen" ] mquad = [ "naia-shared/mquad" ] [dependencies] naia-shared = { version = "0.21", path = "../../../shared" } hecs = { version = "0.10" }