Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```