1
0
mirror of synced 2025-11-09 12:57:13 +00:00

support for compute shaders

This commit is contained in:
freesig
2019-06-05 13:28:24 +10:00
parent 5f7162510f
commit 370bf8350a
6 changed files with 212 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "shade_runner"
version = "0.1.0"
version = "0.1.1"
authors = ["Tom Gowan <tomrgowan@gmail.com>"]
edition = "2018"
description = "Allows runtime hot loading of shaders for vulkano"
@@ -9,7 +9,6 @@ repository = "https://github.com/freesig/shade_runner"
readme = "README.md"
license = "MIT"
keywords = ["vulkan", "vulkano", "shaders", "hotloading"]
license_file = "LICENSE"
[dependencies]
notify = "4"