19 lines
349 B
TOML
19 lines
349 B
TOML
sdl_video = "main"
|
|
[dependencies]
|
|
extramath = "gitea.pockle.world/john/extramath@master"
|
|
[system]
|
|
ar_timer = 60
|
|
actor_memory = 0
|
|
net_service = 0.1
|
|
reply_timeout = 60
|
|
actor_max = "10_000"
|
|
stack_max = 0
|
|
[actors]
|
|
[actors.prosperon/sdl_video]
|
|
main = true
|
|
[actors.prosperon/prosperon]
|
|
main = true
|
|
[actors.prosperon]
|
|
main = true
|
|
[actors.accio]
|
|
main = true |