Skip to content

Commit

Permalink
Use some dependencies in samples (#2900)
Browse files Browse the repository at this point in the history
Install mono, gecko and faudio for default in game environment.
Install mono and gecko for default in application environment .

Co-authored-by: Dallas Strouse <[email protected]>
  • Loading branch information
EliasOfWaffle and orowith2os authored Aug 29, 2023
1 parent 5627b5b commit c2c3237
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions bottles/backend/models/samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ class Samples:
"times32",
"courie32",
"d3dcompiler_43",
"d3dcompiler_47"
"d3dcompiler_47",
"mono",
"gecko",
"faudio",
]
},
"application": {
Expand All @@ -33,9 +36,10 @@ class Samples:
"arial32",
"times32",
"courie32",
# "mono",
# "dotnet40",
# "dotnet48"
"mono",
"gecko"
# "dotnet40",
# "dotnet48"
]
}
}
Expand Down

0 comments on commit c2c3237

Please sign in to comment.