bevy_ratatui_camera 0.16.0

A bevy plugin for rendering your bevy app to the terminal using ratatui.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
name: tests

on:
  push:
    branches:
      - main
  pull_request:

jobs:
  tests:
    uses: cxreiff/github_workflows/.github/workflows/rust_tests.yml@main
    with:
      linux_dependencies: "libasound2-dev libudev-dev libwayland-dev libxkbcommon-dev"