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 3a87bc6 commit caf2f6bCopy full SHA for caf2f6b
CHANGELOG.md
@@ -22,6 +22,16 @@ Per Keep a Changelog there are 6 main categories of changes:
22
23
## Unreleased
24
25
+## v0.1.2
26
+
27
+Release 2023-07-15
28
29
+#### Added
30
+- Documentation on the color space FLIP works in.
31
32
+#### Fixed
33
+- Added `Send`/`Sync` for `FlipPool` and `FlipHistogram`
34
35
## v0.1.1
36
37
Release 2023-06-04
nv-flip-sys/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nv-flip-sys"
3
-version = "0.1.1"
+version = "0.1.2"
4
authors = ["the gfx-rs developers"]
5
edition = "2021"
6
description = "FFI bindings to Nvidia Labs's ꟻLIP image comparison and error visualization library"
0 commit comments