diff --git a/Readme.md b/Readme.md index 1dc8a35..0345c7e 100644 --- a/Readme.md +++ b/Readme.md @@ -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) { // this will swap the buffers and frame sync hmd.end_frame(); } -``` \ No newline at end of file +```