From 5f7162510fd24c67bfe41855edf04ef5ad0ad9e1 Mon Sep 17 00:00:00 2001 From: Tom Gowan Date: Mon, 27 May 2019 09:49:24 +1000 Subject: [PATCH] update cargo --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 8ba67fd..d342979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,13 @@ name = "shade_runner" version = "0.1.0" authors = ["Tom Gowan "] 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] notify = "4"