[package] name = "sardonyx_gltf" version = "0.0.3" authors = ["Jonathan Baginski "] edition = "2018" description = "GLTF asset loading" keywords = ["smart-home", "home-automation", "automation-engine", "sdk", "sardonyx"] homepage = "https://sardonyx.io/" repository = "https://gitlab.com/patchedsoul/sardonyx" license = "MIT/Apache-2.0" [dependencies] sardonyx_assets = { path = "../sardonyx_assets/", version = ">= 0.0.3" } sardonyx_animation = { path = "../sardonyx_animation/", version = ">= 0.0.3" } sardonyx_core = { path = "../sardonyx_core/", version = ">= 0.0.3" } sardonyx_error = { path = "../sardonyx_error/", version = ">= 0.0.3" } sardonyx_rendy = { path = "../sardonyx_rendy", version = ">= 0.0.3" } err-derive = "0.1" base64 = "0.10" fnv = "1" gltf = "0.13" hibitset = { version = "0.5.1", features = ["parallel"] } itertools = "0.7" log = "0.4.6" mikktspace = { version = "0.1" } serde = { version = "1.0", features = ["derive"] } thread_profiler = { version = "0.3", optional = true } image = "0.21.0" derivative = "1.0" [features] profiler = [ "thread_profiler/thread_profiler" ] nightly = [ "sardonyx_core/nightly" ]