Skip to content

Commit

Permalink
Remove .NET Standard 2.1 compatibility from README
Browse files Browse the repository at this point in the history
  • Loading branch information
BeanCheeseBurrito committed Sep 15, 2024
1 parent 98ea3b0 commit 8589d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public record struct Velocity(float X, float Y);

## Overview
**Flecs.NET - High-level C# port of the C++ wrapper**
- Compatible with .NET Standard 2.1 and NativeAOT
- Modern .NET 8
- Near feature parity with the C++ API
- Struct-based API with minimal GC interaction
- Supports both unmanaged and managed types as components
Expand Down

0 comments on commit 8589d56

Please sign in to comment.