uvc 0.1.1

Safe and ergonomic wrapper around libuvc, allowing capture of webcam streams
[package]
name = "uvc"
description = "Safe and ergonomic wrapper around libuvc, allowing capture of webcam streams"
version = "0.1.1"
authors = ["Magnus Ulimoen <flymagnus@gmail.com>"]
license = "MIT"
repository = "https://github.com/mulimoen/libuvc-rs.git"
categories = ["api-bindings", "multimedia::video"]
keywords = ["webcam", "capture", "camera"]
readme = "README.md"

[dependencies]
uvc-sys = "^0.1.1"

[dev-dependencies]
glium = "^0.22.0"