mirror of
https://github.com/vulkano-rs/vulkano.git
synced 2025-02-16 17:12:29 +00:00
![Lucas Kent](/assets/img/avatar_default.png)
Use syn to construct ast instead of raw strings Move spirv searching methods from lib.rs into its own module Improve formatting
16 lines
436 B
TOML
16 lines
436 B
TOML
[package]
|
|
name = "vulkano-shaders"
|
|
version = "0.10.0"
|
|
authors = ["Pierre Krieger <pierre.krieger1708@gmail.com>", "The vulkano contributors"]
|
|
repository = "https://github.com/vulkano-rs/vulkano"
|
|
description = "Shaders "
|
|
license = "MIT/Apache-2.0"
|
|
documentation = "http://tomaka.github.io/vulkano/vulkano/index.html"
|
|
categories = ["rendering::graphics-api"]
|
|
|
|
[dependencies]
|
|
shaderc = "0.3"
|
|
syn = "0.15"
|
|
quote = "0.6"
|
|
proc-macro2 = "0.4"
|