[go: up one dir, main page]

encase_derive 0.2.1

Derive macro for encase
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "encase_derive"
version = "0.2.1"
edition = "2021"

license = "MIT-0"
description = "Derive macro for encase"
repository = "https://github.com/teoxoy/encase"
documentation = "https://docs.rs/encase"
keywords = ["wgsl", "wgpu"]
categories = ["rendering"]

[lib]
proc-macro = true

[dependencies]
encase_derive_impl = { version = "=0.2.1", path = "./impl" }