Skip to content

Commit d11b717

Browse files
committed
Add README and some stuff to manifest
1 parent aca4e45 commit d11b717

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
name = "x11cap"
33
version = "0.1.0"
44
authors = ["bryal <[email protected]>"]
5+
description = "Screen capture with X11 in Rust"
6+
repository = "https://github.com/bryal/X11Cap"
7+
documentation = "http://bryal.github.io/X11Cap/x11cap/"
8+
readme = "README.md"
9+
keywords = ["X11", "X", "screen", "record", "capture"]
10+
license = "MIT"
511

612
[dependencies]
713
x11 = "*"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# dxgcap-rs
2+
Capture the screen with X11 in Rust

0 commit comments

Comments
 (0)