[dependencies.fxhash]
version = "0.2.1"
[dependencies.fyrox-core]
version = "0.36.1"
[dependencies.fyrox-resource]
version = "0.36.1"
[lib]
name = "fyrox_graph"
path = "src/lib.rs"
[package]
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-development"]
description = "Graph management crate for the Fyrox engine"
documentation = "https://docs.rs/fyrox-graph"
edition = "2021"
homepage = "https://fyrox.rs"
include = ["/src/**/*", "/Cargo.toml", "/LICENSE"]
keywords = ["graph", "prefab"]
license = "MIT"
name = "fyrox-graph"
readme = false
repository = "https://github.com/FyroxEngine/Fyrox"
rust-version = "1.80"
version = "0.36.1"