oxygengine-core 0.22.0

Core module for Oxygengine
Documentation
[dependencies.bincode]
version = "1"

[dependencies.hecs]
features = ["macros"]
version = "0.6"

[dependencies.lazy_static]
version = "1.4"

[dependencies.oxygengine-ignite-derive]
version = "0.22"

[dependencies.oxygengine-ignite-types]
version = "0.22"

[dependencies.pest]
version = "2.1"

[dependencies.pest_derive]
version = "2.1"

[dependencies.rayon]
optional = true
version = "1.3"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.typid]
version = "1"

[features]
parallel = ["rayon"]
scalar64 = []
web = ["typid/web"]

[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
description = "Core module for Oxygengine"
documentation = "https://docs.rs/oxygengine-core"
edition = "2021"
homepage = "https://github.com/PsichiX/oxygengine"
license = "MIT OR Apache-2.0"
name = "oxygengine-core"
readme = "../../README.md"
repository = "https://github.com/PsichiX/oxygengine"
version = "0.22.0"