Skip to content

v0.6.0

Compare
Choose a tag to compare
@cart cart released this 08 Jan 17:29
· 5562 commits to main since this release
Add headless mode (#3439)

# Objective

In this PR I added the ability to opt-out graphical backends. Closes #3155.

## Solution

I turned backends into `Option` ~~and removed panicking sub app API to force users handle the error (was suggested by `@cart`)~~.