1
0
mirror of synced 2025-11-09 21:07:12 +00:00

update cargo

This commit is contained in:
Tom Gowan
2019-05-27 09:49:24 +10:00
parent 3b99dc7584
commit 5f7162510f

View File

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