Skip to content

Commit

Permalink
fix: Removing WPF and LinuxFB from default platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Mar 20, 2023
1 parent 5a002b4 commit fc0a68a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"datatype": "choice",
"enableQuotelessLiterals": true,
"allowMultipleValues": true,
"defaultValue": "android|ios|maccatalyst|wasm|windows|wpf|gtk|linux-fb",
"defaultValue": "android|ios|maccatalyst|wasm|windows|gtk",
"choices": [
{
"choice": "android",
Expand Down

0 comments on commit fc0a68a

Please sign in to comment.