stanoddly / DotnetRaylibWasm

Prototype for .NET 7 with Raylib compiled into WebAssembly (wasm)
MIT License
61 stars 8 forks source link

Replace Raylib_cs directory with package reference to Raylib-cs #12

Closed jcollard closed 8 months ago

jcollard commented 8 months ago

This PR removes the Raylib_cs directory and references and adds a PackageReference to the Examples project.

The bug referenced in #5 was resolved with .NET v7.0.400.

I have tested this locally and it appears to work. I have not manually tested each example but each one I checked continues to work.

I believe this should close #5 .

stanoddly commented 8 months ago

Great job @jcollard, let me merge it now!