[package] name = "dotrix_pbr" version = "0.2.0" authors = ["Elias Kartashov "] edition = "2018" description = "Physically based rendering for Dotrix 3D Game Engine" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] dotrix_core = { version = "0.5", path = "../dotrix_core" } dotrix_math = { version = "0.4", path = "../dotrix_math" } [dependencies.bytemuck] version = "1.4" features = ["derive"]