Skip to content

Commit c736916

Browse files
committed
Add readme for binding-generator
1 parent 6b99aa3 commit c736916

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

binding-generator/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "opencv-binding-generator"
33
description = "Binding generator for opencv crate"
44
repository = "https://github.com/twistedfall/opencv-rust"
5+
readme = "README.md"
56
version = "0.96.0"
67
license = "MIT"
78
authors = ["Pro <[email protected]>"]

binding-generator/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# OpenCV bindings generator
2+
3+
This is the support crate for [opencv](https://crates.io/crates/opencv). You don't want to use it separately.

0 commit comments

Comments
 (0)