hotline 0.0.1

Draw lines that are on fire using SDL3
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hotline"
version = "0.0.1"
authors = ["Your Name <you@example.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Draw lines that are on fire using SDL3"
readme = false
keywords = [
    "graphics",
    "sdl3",
    "fire",
    "effects",
    "rendering",
]
categories = [
    "rendering",
    "graphics",
    "multimedia",
]
license = "MIT"
repository = "https://github.com/yourusername/hotline"

[lib]
name = "hotline"
path = "src/lib.rs"

[[example]]
name = "animated"
path = "examples/animated.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "interactive"
path = "examples/interactive.rs"

[dependencies.noise]
version = "0.9"

[dependencies.rand]
version = "0.9"

[dependencies.sdl3]
version = "0.16.1"