rukai / PF_Sandbox

A platform fighter sandbox featuring a character editor tightly integrated with gameplay.
GNU General Public License v3.0
41 stars 3 forks source link

Use os_info instead of os_type #71

Open stanislav-tkach opened 4 years ago

stanislav-tkach commented 4 years ago

It is a bit controversial, because I'm the maintainer of the os_info crate, but it can detect Windows, so cfg!(windows) is no longer needed. Additionally, this crate can obtain the Windows version and support more platforms.