oxygengine-navigation 0.14.2

Navigation module for Oxygen Engine
Documentation
[package]

name = "oxygengine-navigation"

version = "0.14.2"

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

edition = "2018"

description = "Navigation module for Oxygen Engine"

license-file = "../LICENSE"

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

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

documentation = "https://docs.rs/oxygengine-navigation"

readme = "../README.md"



[features]

web = ["oxygengine-core/web"]

parallel = ["oxygengine-core/parallel", "navmesh/parallel"]

scalar64 = ["oxygengine-core/scalar64", "navmesh/scalar64"]



[dependencies]

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

navmesh = "0.8"

serde = { version = "1", features = ["derive"] }

bincode = "1"