Skip to content

Commit

Permalink
eye-hal: 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher N. Hesse <raymanfx@gmail.com>
  • Loading branch information
raymanfx committed Oct 28, 2023
1 parent 6d39ed9 commit 9d61e42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eye-hal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "eye-hal"
description = "Camera hardware abstraction layer (HAL)"
version = "0.1.0"
version = "0.2.0"
authors = ["Christopher N. Hesse <raymanfx@gmail.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
repository= "https://github.com/raymanfx/eye-rs"

[dependencies]
bitflags = "1.2.1"
bitflags = "1.3.2"

[target.'cfg(target_os = "linux")'.dependencies]
v4l = "0.14.0"
Expand All @@ -22,4 +22,4 @@ openpnp_capture = { version = "0.2.4" }
openpnp_capture_sys = { version = "0.4.0" }

[dev-dependencies]
itertools = "0.10.0"
itertools = "0.11.0"

0 comments on commit 9d61e42

Please sign in to comment.