From 99c6f20848f2087eaef6726f13863544aab270b3 Mon Sep 17 00:00:00 2001 From: Colin Sherratt Date: Wed, 25 Jun 2014 00:49:27 -0400 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```