[package] name = "oxygengine-script-flow" version = "0.28.0" authors = ["Patryk 'PsichiX' Budzynski "] edition = "2021" description = "Visual graph scripting module for Oxygengine" license = "MIT OR Apache-2.0" homepage = "https://github.com/PsichiX/oxygengine" repository = "https://github.com/PsichiX/oxygengine" documentation = "https://docs.rs/oxygengine-script-flow" readme = "../../README.md" [features] web = ["oxygengine-core/web"] parallel = ["oxygengine-core/parallel"] scalar64 = ["oxygengine-core/scalar64"] [dependencies] oxygengine-core = { version = "0.28", path = "../core" } serde = { version = "1", features = ["derive"] } petgraph = "0.6"