bevy_crt 0.1.3

A package for the bevy engine which enables the use of a CRT effect.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "bevy_crt"
version = "0.1.3"
edition = "2021"
authors = ["Cadyn"]
description = "A package for the bevy engine which enables the use of a CRT effect."
readme = "README.md"
license = "GPL-3.0-or-later"
keywords = ["bevy", "gamedev", "graphics"]
categories = ["game-development"]
repository = "https://github.com/cadyn/bevy_crt"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bevy = "0.8.1"