UWP: Remove platform port, needs to be redone from scratch for 4.x
The UWP platform port was never ported to the Godot 4.0+ API, and it's now accumulating bitrot as it doesn't compile, and thus we no longer propagate platform changes in it. So we finally remove to acknowledge this state. There's still some interest in reviving the UWP port eventually, especially as support for Direct3D 12 will soon be merged, but when that happens it will be easiest to redo it from scratch.
This commit is contained in:
parent
d6d8cb1a17
commit
8de6405288
53 changed files with 44 additions and 4560 deletions
|
|
@ -3,7 +3,7 @@ import os.path
|
|||
|
||||
|
||||
def is_desktop(platform):
|
||||
return platform in ["windows", "macos", "linuxbsd", "uwp", "haiku"]
|
||||
return platform in ["windows", "macos", "linuxbsd", "haiku"]
|
||||
|
||||
|
||||
def is_unix_like(platform):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue