Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngo Iok Ui committed May 8, 2021
1 parent c280f2b commit 324eca0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changes/doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"tao": minor
---

Update README and bump version.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![](https://img.shields.io/crates/v/tao?style=flat-square)](https://crates.io/crates/tao) [![](https://img.shields.io/docsrs/tao?style=flat-square)](https://docs.rs/tao/) ![](https://img.shields.io/crates/l/tao?style=flat-square)

Cross-platform Window manager library in Rust that supports all major desktop platforms like Windows, macOS, Linux, iOS and Android.
Cross-platform application window creation library in Rust that supports all major platforms like Windows, macOS, Linux, iOS and Android.

### Cargo Features

Expand Down Expand Up @@ -60,3 +60,7 @@ However, under certain setups this function is only available to be linked
through the newer ColorSync framework. So, tao provides the
`TAO_LINK_COLORSYNC` environment variable which can be set to `1` or `true`
while compiling to enable linking via ColorSync.

### Acknowledgement

This crate is inspired the work form [winit](https://crates.io/crates/winit).

0 comments on commit 324eca0

Please sign in to comment.