raui-material 0.64.0

Material components library for RAUI
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "raui-material"

version = "0.64.0"

authors = ["Patryk 'PsichiX' Budzynski <psichix@gmail.com>"]

edition = "2021"

description = "Material components library for RAUI"

readme = "../README.md"

license = "MIT OR Apache-2.0"

repository = "https://github.com/RAUI-labs/raui"

keywords = ["renderer", "agnostic", "ui", "interface", "gamedev"]

categories = ["gui", "rendering::graphics-api"]



[dependencies]

raui-core = { path = "../raui-core", version = "0.64" }

serde = { version = "1", features = ["derive"] }