forked from illegalprime/libv4l-rs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
67f0b0b
commit 8c1e5f4
Showing
4 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "v4l" | ||
description = "Safe video4linux (v4l) bindings" | ||
version = "0.13.1" | ||
version = "0.14.0" | ||
authors = ["Christopher N. Hesse <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
@@ -11,8 +11,8 @@ repository= "https://github.com/raymanfx/libv4l-rs" | |
[dependencies] | ||
bitflags = "1.2.1" | ||
libc = "0.2" | ||
v4l-sys = { path = "v4l-sys", version = "0.2.0", optional = true } | ||
v4l2-sys = { path = "v4l2-sys", version = "0.2.0", package="v4l2-sys-mit", optional = true } | ||
v4l-sys = { path = "v4l-sys", version = "0.2.1", optional = true } | ||
v4l2-sys = { path = "v4l2-sys", version = "0.2.1", package="v4l2-sys-mit", optional = true } | ||
|
||
[dev-dependencies] | ||
glium = "0.27.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "v4l-sys" | ||
description = "Raw video4linux (v4l) bindings" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Christopher N. Hesse <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "v4l2-sys-mit" | ||
description = "Raw v4l2 bindings (MIT licensed)" | ||
version = "0.2.0" | ||
version = "0.2.1" | ||
authors = ["Christopher N. Hesse <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT" | ||
|