You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ A Rust library for high-quality screen capture that leverages native OS APIs for
14
14
15
15
---
16
16
17
-
## features
17
+
## Features
18
18
19
19
1. Cross-platform across Windows, Mac and Linux!
20
20
2. Checks for support and recording permissions.
21
21
3. Query list of captureable targets (displays and windows).
22
22
4. Exclude certain targets from being captured.
23
23
24
-
## contributing
24
+
## Contributing
25
25
26
26
We found most of Rust's tooling around screen capture either very outdated, non-performant or platform-specific. This project is our attempt to change that. Contributions, PRs and Issues are most welcome!
27
27
@@ -32,7 +32,7 @@ If you want to contribute code, here's a quick primer:
32
32
3. Platform-specific code lives in the `win`, `mac` and `linux` modules.
33
33
4. The [main.rs](./src/main.rs) is a small program that "consumes" the library, for easy testing.
34
34
35
-
## usage
35
+
## Usage
36
36
37
37
```rust
38
38
usescap::{
@@ -97,11 +97,11 @@ fn main() {
97
97
}
98
98
```
99
99
100
-
## license
100
+
## License
101
101
102
102
The code in this repository is open-sourced under the MIT license, though it may be relying on dependencies that are licensed differently. Please consult their documentation for exact terms.
103
103
104
-
## contributors
104
+
## Contributors
105
105
106
106
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
107
107
<!-- prettier-ignore-start -->
@@ -125,7 +125,7 @@ The code in this repository is open-sourced under the MIT license, though it may
125
125
126
126
<!-- ALL-CONTRIBUTORS-LIST:END -->
127
127
128
-
## credits
128
+
## Credits
129
129
130
130
This project builds on top of the fabulous work done by:
0 commit comments