fmc_protocol 0.1.3

The fmc protocol
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "fmc_protocol"
version = "0.1.3"
edition = "2021"
license = "MIT OR Apache-2.0"
repository = "https://github.com/formulaicgame/fmc_protocol"
description = "The fmc protocol"

[dependencies]
bevy = { version = "0.15.1", features = [], default-features = false }
serde = { version = "1.0.188", features = ["derive"] }
fmc_protocol_derive = { path = "./fmc_protocol_derive", version = "0.1.0" }