From ba7bd8f841501d12b284901c7339107e69f4799c Mon Sep 17 00:00:00 2001 From: maik klein Date: Fri, 9 Dec 2016 20:19:54 +0100 Subject: [PATCH] Read me stability --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 33c1352..e91eaa1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ #Ash A low level Vulkan wrapper for Rust +## Stable yet? +No. ## Why Ash? @@ -96,10 +98,6 @@ You don't have to pass an Instance or Device handle anymore, this is done implic let pool = device.create_command_pool(&pool_create_info).unwrap(); ``` -```Rust -``` -```Rust -``` ## Example You can find the examples [here](https://github.com/MaikKlein/ash/tree/master/examples). ### [Triangle](https://github.com/MaikKlein/ash/blob/master/examples/src/main.rs)