зеркало из https://github.com/microsoft/com-rs.git
Merge pull request #93 from microsoft/fix_docrs
fixing docs.rs build and adding docs.rs badge
This commit is contained in:
Коммит
99112fc5a1
|
@ -18,3 +18,5 @@ winapi = { version = "0.3", features = ["winuser", "winreg", "winerror", "winnt"
|
|||
[dependencies]
|
||||
com_macros = { version = "0.1", path = "macros" }
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
default-target = "x86_64-pc-windows-msvc"
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
[![Build Status](https://dev.azure.com/microsoft-rust/com-rs/_apis/build/status/microsoft.com-rs?branchName=master)](https://dev.azure.com/microsoft-rust/com-rs/_build/latest?definitionId=1&branchName=master)
|
||||
[![Gitter](https://badges.gitter.im/com-rs/community.svg)](https://gitter.im/com-rs/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
|
||||
[![Docs.rs](https://docs.rs/com/badge.svg)](https://docs.rs/crate/com/)
|
||||
|
||||
A one stop shop for all things related to [COM](https://docs.microsoft.com/en-us/windows/win32/com/component-object-model--com--portal) programming in Rust.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче