[package]
name = "hotline"
version = "0.0.1"
edition = "2021"
authors = ["Your Name <you@example.com>"]
description = "Draw lines that are on fire using SDL3"
license = "MIT"
repository = "https://github.com/yourusername/hotline"
keywords = ["graphics", "sdl3", "fire", "effects", "rendering"]
categories = ["rendering", "graphics", "multimedia"]
[dependencies]
sdl3 = "0.16.1"
rand = "0.9"
noise = "0.9"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "animated"
path = "examples/animated.rs"
[[example]]
name = "interactive"
path = "examples/interactive.rs"