diff --git a/docs/readme.md b/docs/readme.md index 86d0276a1a..006b92cb1c 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -3,12 +3,8 @@ The [windows](https://crates.io/crates/windows) and [windows-sys](https://crates.io/crates/windows-sys) crates let you call any Windows API past, present, and future using code generated on the fly directly from the [metadata describing the API](https://github.com/microsoft/windows-rs/tree/master/crates/libs/metadata/default) and right into your Rust package where you can call them as if they were just another Rust module. The Rust language projection follows in the tradition established by [C++/WinRT](https://github.com/microsoft/cppwinrt) of building language projections for Windows using standard languages and compilers, providing a natural and idiomatic way for Rust developers to call Windows APIs. * [Getting started](https://kennykerr.ca/rust-getting-started/) -* Crate documentation - * [windows](https://microsoft.github.io/windows-docs-rs/) - * [windows-sys](https://docs.rs/windows-sys) -* [Frequently Asked Questions](https://github.com/microsoft/windows-rs/tree/master/docs/FAQ.md) * [Samples](https://github.com/microsoft/windows-rs/tree/0.44.0/crates/samples) -* [Changelog](https://github.com/microsoft/windows-rs/releases) +* [Releases](https://github.com/microsoft/windows-rs/releases) Start by adding the following to your Cargo.toml file: