quadify 0.1.0

Bevy plugin that integrates macroquad's windowing/rendering/sound API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bevy]
default-features = false
version = "0.12.0"

[dependencies.macroquad]
version = "0.4.5"

[package]
categories = ["game-engines"]
description = "Bevy plugin that integrates macroquad's windowing/rendering/sound API"
edition = "2021"
keywords = ["bevy", "macroquad", "miniquad"]
license = "MIT OR Apache-2.0"
name = "quadify"
readme = "README.md"
repository = "https://github.com/StepanTheGreat/quadify"
version = "0.1.0"