Skip to content

Commit

Permalink
disclaimer in readme about uwp code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
robmikh committed Jul 27, 2020
1 parent 31c691b commit 946a74c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ cargo run --release
```

### UWP
**The current IFrameworkView/IFrameworkViewSource implementation is incredibly hacky. It probably leaks. The current state is for research only.**

Running the sample as a UWP application can be done by building for a `*-uwp-windows-msvc` target and then registering the app. NOTE: AppManifest.xml currently assumes `x86_64-uwp-windows-msvc` but can be updated.
```
cargo +local build --target x86_64-uwp-windows-msvc
Expand Down

0 comments on commit 946a74c

Please sign in to comment.