oxygengine-network-backend-desktop 0.5.5

Network Desktop backend module for Oxygen Engine
Documentation
[package]

name = "oxygengine-network-backend-desktop"

version = "0.5.5"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

edition = "2018"

description = "Network Desktop backend module for Oxygen Engine"

license-file = "../LICENSE"

homepage = "https://github.com/PsichiX/oxygengine"

repository = "https://github.com/PsichiX/oxygengine"

documentation = "https://docs.rs/oxygengine-network-backend-desktop"

readme = "../README.md"



[features]

parallel = ["oxygengine-core/parallel"]



[dependencies]

oxygengine-core = { version = "0.5", path = "../oxygengine-core" }

oxygengine-network = { version = "0.5", path = "../oxygengine-network" }

byteorder = "1.3"

ws = "0.8"