12 lines
160 B
TOML
12 lines
160 B
TOML
[app]
|
|
name = "Mandelbrot"
|
|
binary = "mandelbrot.elf"
|
|
icon = "applications-science.svg"
|
|
|
|
[menu]
|
|
category = "Games"
|
|
visible = true
|
|
|
|
[launch]
|
|
pass_home_dir = false
|