Update Readme.md

This commit is contained in:
Colin Sherratt
2014-06-25 00:49:27 -04:00
parent d457106d87
commit 99c6f20848

View File

@ -3,7 +3,7 @@ VR-RS
[![Build Status](https://travis-ci.org/csherratt/vr-rs.svg?branch=master)](https://travis-ci.org/csherratt/vr-rs)
VR-RS providers bindings for the Oculus's libovr. Currently it only provides bindings for 0.2.5c.
VR-RS providers bindings for the Oculus's libovr. Currently it only provides bindings for 0.3.2c.
Building
--------
@ -92,4 +92,4 @@ fn render(frame_index: uint, hmd: &ovr::Hmd, base_view: &Matrix4<f32>) {
// this will swap the buffers and frame sync
hmd.end_frame();
}
```
```