From 50b42e97be2ab039bfc322ad9b6697196bca8176 Mon Sep 17 00:00:00 2001 From: Maik Klein Date: Sun, 11 Nov 2018 18:06:48 +0100 Subject: [PATCH] Fix rendering in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f9d3798..33fe13d 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ A very lightweight wrapper around Vulkan [![](https://tokei.rs/b1/github/maikklein/ash)](https://github.com/MaikKlein/ash) ## Overview -- [x]: A true Vulkan API without compromises -- [x]: Convenience features that don't limit the functionality -- [x]: Function pointer loading -- [x]: No validation, everything is **unsafe** -- [x]: Generated from `vk.xml` +- [x] A true Vulkan API without compromises +- [x] Convenience features that don't limit the functionality +- [x] Function pointer loading +- [x] No validation, everything is **unsafe** +- [x] Generated from `vk.xml` ## Features ### Explicit returns with `Result`