oxygengine-script-flow 0.14.1

Visual graph scripting module for Oxygen Engine
Documentation
[dependencies.oxygengine-core]
version = "0.14"

[dependencies.petgraph]
version = "0.5"

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

[features]
parallel = ["oxygengine-core/parallel"]
scalar64 = ["oxygengine-core/scalar64"]
web = ["oxygengine-core/web"]

[package]
authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]
description = "Visual graph scripting module for Oxygen Engine"
documentation = "https://docs.rs/oxygengine-script-flow"
edition = "2018"
homepage = "https://github.com/PsichiX/oxygengine"
license-file = "LICENSE"
name = "oxygengine-script-flow"
readme = "../README.md"
repository = "https://github.com/PsichiX/oxygengine"
version = "0.14.1"