mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
244 B
Plaintext
12 lines
244 B
Plaintext
App(
|
|
appid="multi_dice",
|
|
name="Multi-Dice",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="dice_app",
|
|
cdefines=["APP_DICE"],
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="dice.png",
|
|
fap_category="Games",
|
|
)
|