[package]
edition = "2021"
rust-version = "1.87"
name = "fyrox-material"
version = "1.0.0-rc.3"
authors = ["Dmitry Stepanov <d1maxa@yandex.ru>"]
build = false
include = [
"/src/**/*",
"/Cargo.toml",
"/LICENSE",
"/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Material and shader utilities for Fyrox Engine"
homepage = "https://fyrox.rs"
documentation = "https://docs.rs/fyrox-material"
readme = false
keywords = ["graphics"]
categories = ["game-development"]
license = "MIT"
repository = "https://github.com/FyroxEngine/Fyrox"
[lib]
name = "fyrox_material"
path = "src/lib.rs"
[dependencies.fxhash]
version = "0.2.1"
[dependencies.fyrox-core]
version = "1.0.0-rc.2"
[dependencies.fyrox-graphics]
version = "1.0.0-rc.2"
[dependencies.fyrox-resource]
version = "1.0.0-rc.2"
[dependencies.fyrox-texture]
version = "1.0.0-rc.2"
[dependencies.regex]
version = "1"
[dependencies.ron]
version = "0.11.0"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.strum]
version = "0.27"
[dependencies.strum_macros]
version = "0.27"
[dependencies.uuid]
version = "1"
[dev-dependencies.fyrox-texture]
version = "1.0.0-rc.2"