If this looks good to you, would you mind merging this and publishing the `shade_runner` crate to crates.io? I think we'll need it to be published in order to publish nannou `0.9` (From memory, even `dev-dependencies` require being published).
16 lines
259 B
TOML
16 lines
259 B
TOML
[package]
|
|
name = "shade_runner"
|
|
version = "0.1.0"
|
|
authors = ["Tom Gowan <tomrgowan@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
notify = "4"
|
|
shaderc = "0.5"
|
|
spirv-reflect = "0.2"
|
|
vulkano = "0.12"
|
|
|
|
[dev-dependencies]
|
|
color-backtrace = "0.1"
|
|
difference = "2"
|