From b77aa66300ac0c295c44589a8a3907e5b7893d82 Mon Sep 17 00:00:00 2001 From: Kelvin Nishikawa Date: Fri, 15 Nov 2024 15:59:31 -0800 Subject: [PATCH] Update README.md Noting Microsoft.Extensions.ObjectPool in the dependencies. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 821e7fb..3a8b268 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The chapters and sections from the spec are commented throughout the source code ## Features - **Pure C# Implementation**: Written in C# 9.0/.NET Standard 2.1. (No unsafe code) -- **No Complex Dependencies**: Uses [FluentValidation](https://github.com/FluentValidation/FluentValidation) as its only dependency. +- **No Complex Dependencies**: Uses [FluentValidation](https://github.com/FluentValidation/FluentValidation) and [Microsoft.Extensions.ObjectPool](https://www.nuget.org/packages/Microsoft.Extensions.ObjectPool) as its only dependencies. - **Unity Compatibility**: Compatible with **Unity 2021.3+** including AOT/IL2CPP modes for iOS. - **Full WebAssembly MVP Compliance**: Passes the [WebAssembly spec test suite](https://github.com/WebAssembly/spec/tree/main/test/core). - **Magical Interop**: Host bindings are validated with reflection, no boilerplate code required.