From f9ed0852999df2a677fa4efbb16f6383459452eb Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 30 Apr 2019 10:00:27 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f33b7c0..df47f0a 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ 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. +PRs and issues are welcome. The crate should never `panic!`. Examples comming very soon.