[package]
edition = "2024"
name = "carose"
version = "0.1.0"
build = false
include = [
"src/**",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight 2D Rust game library for sprites, menus, audio, and input handling."
readme = "README.md"
license = "MIT"
repository = "https://github.com/RoseBlume/carose"
[lib]
name = "carose"
path = "src/lib.rs"
[dependencies.image]
version = "0.25.9"
[dependencies.minifb]
version = "0.28.0"
[dependencies.rand]
version = "0.9.2"
[dependencies.rodio]
version = "0.21.1"