Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robmikh/chewy
A WinRT wrapper for the Taffy crate.
https://github.com/robmikh/chewy
Last synced: 1 day ago
JSON representation
A WinRT wrapper for the Taffy crate.
- Host: GitHub
- URL: https://github.com/robmikh/chewy
- Owner: robmikh
- License: mit
- Created: 2023-02-08T07:15:33.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T22:56:53.000Z (29 days ago)
- Last Synced: 2024-12-03T23:28:13.106Z (29 days ago)
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chewy
A WinRT wrapper for [Taffy](https://github.com/DioxusLabs/taffy).This project is an experiment in exposing code written in Rust via the WinRT ABI. Chewy is meant to be primarily consumed by C# callers via a nuget package. To build a nuget package from this repo, use the [nuget_rust](https://github.com/robmikh/nuget_rust) tool:
NOTE: Make sure you're running from a "Native Tools Command Prompt for VS 2022" window and have the Windows SDK installed.
```
git clone https://github.com/robmikh/Chewy
cd Chewy
# This will build the project for x64 and ARM64, and then packages them up.
nuget_rust -a
```