BeanCheeseBurrito / Flecs.NET

A C# wrapper for flecs
MIT License
145 stars 18 forks source link

Disable automatic NativeAOT linking #60

Closed deathbeam closed 3 days ago

deathbeam commented 3 days ago

Currently BindgenInternal.LoadDLLSymbol do not supports statically linked libraries so for now disable automatic linking and add comment with explanation.