Skip to content

Commit c433119

Browse files
committed
Fix store badge
1 parent 7df69f5 commit c433119

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# First UWP in Rust
2-
<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>
2+
<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>
33

44
The first Universal Windows Platform app written in pure Rust.
55

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

2223
## Build and Run
2324
```powershell

0 commit comments

Comments
 (0)