[package] name = "rendy-frame" 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-frame" keywords = ["graphics", "gfx-hal", "rendy"] categories = ["rendering"] description = "Rendy's frame synchronization tool" [features] no-slow-safety-checks = ["rendy-core/no-slow-safety-checks"] profiler = ["thread_profiler/thread_profiler"] [dependencies] rendy-command = { version = "0.5.1", path = "../command" } rendy-factory = { version = "0.5.1", path = "../factory" } rendy-memory = { version = "0.5.2", path = "../memory" } rendy-resource = { version = "0.5.1", path = "../resource" } rendy-core = { version = "0.5.1", path = "../core" } either = "1.5" log = "0.4" relevant = { version = "0.4", features = ["log"] } smallvec = "0.6" thread_profiler = "0.3"