Skip to content

Commit

Permalink
Update README.md and fix .gitignore on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
TimTheBig committed May 28, 2024
1 parent f13cba7 commit b17849a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target/
/Cargo.lock
.DS_Store
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

[![CI](https://github.com/whitequark/rust-xdg/actions/workflows/ci.yml/badge.svg)](https://github.com/whitequark/rust-xdg/actions/workflows/ci.yml)
[![Documentation](https://github.com/whitequark/rust-xdg/actions/workflows/docs.yml/badge.svg)](https://github.com/whitequark/rust-xdg/actions/workflows/docs.yml)
![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/xdg?logo=rust&color=%23a55e08&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fxdg)
![Crates.io Version](https://img.shields.io/crates/v/xdg?color=%23a55e08&link=https%3A%2F%2Fcrates.io%2Fcrates%2Fxdg)

![rustc version](https://img.shields.io/badge/msrv-1.60.0-lightgray.svg)


rust-xdg is a library that makes it easy to follow the X Desktop Group
Expand All @@ -29,7 +28,7 @@ See [documentation](https://whitequark.github.io/rust-xdg/xdg/).

## License

rust-xdg is distributed under the terms of both the MIT license
**rust-xdg** is distributed under the terms of both the MIT license
and the Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT)
Expand Down

0 comments on commit b17849a

Please sign in to comment.