We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd540c commit 7b81103Copy full SHA for 7b81103
CHANGELOG.md
@@ -0,0 +1,12 @@
1
+# Changelog
2
+
3
+## v0.3.4
4
5
+- Add categories to Cargo.toml.
6
+- Replace `nix` with `linux-ioctl`/`libc` to ease maintenance burden.
7
+- Implement `AsRawFd` and `AsFd` for types when applicable.
8
+- Fix an overzealous log output.
9
10
+## Previous Versions
11
12
+No changelog :(
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "linuxvideo"
-version = "0.3.3"
+version = "0.3.4"
edition = "2021"
license = "0BSD"
description = "V4L2 video capture and output library"
0 commit comments