Forward porting (#966)
* README: Use shields.io instead of Herokuapp (#859) * README: Link to FEATURES.md and missing features wiki page (#860) Closes #854 * Update URLs (#863) * CHANGELOG.md: Add line from #861 (legacy) that is missing from equivalent #964 (EL 2)
This commit is contained in:
parent
063648368d
commit
2442305bb7
6 changed files with 24 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# winit - Cross-platform window creation and management in Rust
|
||||
|
||||
[](https://crates.io/crates/winit)
|
||||
[](https://crates.io/crates/winit)
|
||||
[](https://docs.rs/winit)
|
||||
[](https://travis-ci.org/rust-windowing/winit)
|
||||
[](https://ci.appveyor.com/project/Osspial/winit/branch/master)
|
||||
|
|
@ -12,6 +12,10 @@ winit = "0.20.0-alpha1"
|
|||
|
||||
## [Documentation](https://docs.rs/winit)
|
||||
|
||||
For features _within_ the scope of winit, see [FEATURES.md](FEATURES.md).
|
||||
|
||||
For features _outside_ the scope of winit, see [Missing features provided by other crates](https://github.com/rust-windowing/winit/wiki/Missing-features-provided-by-other-crates) in the wiki.
|
||||
|
||||
## Contact Us
|
||||
|
||||
Join us in any of these:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue