Files
Momentum-Firmware/applications/external/mandelbrot/application.fam
2023-08-31 16:40:04 +02:00

16 lines
520 B
Plaintext

App(
appid="mandelbrotset",
name="Mandelbrot Set",
apptype=FlipperAppType.EXTERNAL,
entry_point="mandelbrot_app",
cdefines=["APP_MANDELBROT_GAME"],
requires=["gui"],
stack_size=1 * 1024,
fap_icon="Mandelbrot.png",
fap_category="Media",
fap_author="@Possibly-Matt",
fap_weburl="https://github.com/Possibly-Matt",
fap_version="1.0",
fap_description="The Mandelbrot set is the set of all so-called (complex) numbers that meet Mandelbrots simple arithmetic criterion.",
)