[package] name = "rendy-chain" version = "0.5.1" authors = ["omni-viral "] edition = "2018" repository = "https://github.com/amethyst/rendy" license = "MIT OR Apache-2.0" documentation = "https://docs.rs/rendy-chain" keywords = ["graphics", "gfx-hal", "rendy"] categories = ["rendering"] description = "Rendy's node synchronization tool" [features] profiler = ["thread_profiler/thread_profiler"] [dependencies] rendy-core = { version = "0.5.1", path = "../core" } log = "0.4" thread_profiler = "0.3"