Skip to content

Commit

Permalink
update README and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
NotAPenguin0 committed Apr 19, 2023
1 parent 1e17c3a commit ad9e8aa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "phobos"
version = "0.6.3"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
description = "Fast, powerful Vulkan abstraction library"
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ If you are simply looking for a safe, low-level wrapper around Vulkan, Vulkano i
- A linear allocator for per-frame allocations like uniform buffers.
- Typed command buffers per queue type.
- Automatically thread safe command buffer recording.
- Easily batch together submits into one `vkQueueSubmit` call and synchronize them with semaphores using the `SubmitBatch` utility.
- Easily batch together submits into one `vkQueueSubmit` call and synchronize them with semaphores using
the `SubmitBatch` utility.
- Automatically create a shader binding table for your ray tracing pipeline.

## What does Phobos not do?

Expand Down Expand Up @@ -118,5 +120,4 @@ Visit the [docs.rs](https://docs.rs/phobos/latest) page, or open an issue.

## Planned features

- Raytracing support
- Expose more Vulkan API features.

0 comments on commit ad9e8aa

Please sign in to comment.