From db4a97afe27c5dd1d182873ab26b527ff54fdfdb Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 30 Apr 2019 09:49:03 +1000 Subject: [PATCH] Create README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f33b7c0 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# shade_runner +A shader hotloader for vulkano. + +This project is incomplete but working. +If something isn't implimented yet you will get `Err(ConvertError::Unimplemented)` from `parse(...)`. +PRs and issues are welcome. + +Examples comming very soon.