Skip to content

Commit

Permalink
Fix store badge
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbai committed Aug 17, 2020
1 parent 7df69f5 commit c433119
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# First UWP in Rust
<a href='https://www.microsoft.com/store/apps/9PKF8HP44J2H?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/en-us/store/badges/images/English_get-it-from-MS.png' alt='English badge' style='width: 284px; height: 104px;'/></a>
<a href='https://www.microsoft.com/store/apps/9PKF8HP44J2H?cid=storebadge&ocid=badge'><img src='https://developer.microsoft.com/en-us/store/badges/images/English_get-it-from-MS.png' alt='English badge' width="240"/></a>

The first Universal Windows Platform app written in pure Rust.

Expand All @@ -18,6 +18,7 @@ The first Universal Windows Platform app written in pure Rust.
- Idiomatic and safe Rust implementation (let's wait for https://github.com/microsoft/winrt-rs/issues/81)
- Generate .xbf file (see https://github.com/microsoft/winrt-rs/issues/306#issuecomment-670046333)
- `{x:Bind}`-style binding (too much boilerplate code)
- CI pipelines

## Build and Run
```powershell
Expand Down

0 comments on commit c433119

Please sign in to comment.