Skip to content

Commit

Permalink
Bump vk_generator version to 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Osspial committed Feb 15, 2018
1 parent 3a4c226 commit ff29283
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# vk-rs [![Build Status](https://travis-ci.org/Osspial/vk-rs.svg?branch=master)](https://travis-ci.org/Osspial/vk-rs)
This repository contiains the necessary starting blocks for building a wrapper around the Vulkan
API.
API.


## [vk_generator](./vk_generator) [![Version](https://img.shields.io/crates/v/vk_generator.svg)](https://crates.io/crates/vk_generator)
Generate bindings to the Vulkan API.

```toml
[build-dependencies]
vk_generator = "0.1.0"
vk_generator = "0.3.0"
```


Expand All @@ -18,4 +18,4 @@ The Vulkan Registry exposed as the bytestring `vk_api::VK_XML`.
```toml
[build-dependencies]
vk_api = "1.0"
```
```
2 changes: 1 addition & 1 deletion vk_generator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vk_generator"
version = "0.2.2"
version = "0.3.0"
authors = ["Osspial <[email protected]>"]
build = "build.rs"

Expand Down

0 comments on commit ff29283

Please sign in to comment.