cinderblocks / libremetaverse

An fork of the libopenmetaverse library striving for performance improvements and up-to-date compatibility with SL/OS/Halcyon
BSD 3-Clause "New" or "Revised" License
60 stars 40 forks source link

System.Drawing only supported on Windows #61

Open cinderblocks opened 2 years ago

cinderblocks commented 2 years ago

System.Drawing is only supported on Windows, well we already knew that, but .NET6 marks classes like Bitmap as unsupported outside of Windows. The joy... Convert to using ImageSharp or something like that.