cdg_renderer 0.8.0

CD+G renderer
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]
name = "cdg_renderer"
version = "0.8.0"
authors = ["TQ Hirsch <thequux@thequux.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CD+G renderer"
readme = false
keywords = [
    "cdg",
    "karaoke",
]
license = "ISC"
repository = "https://github.com/cdg-rs/cdg"

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

[[example]]
name = "frame_dumper"
path = "examples/frame_dumper.rs"
required-features = ["png"]

[dependencies.cdg]
version = "0.1"

[dependencies.image]
version = "0.25"
default-features = false

[features]
png = ["image/png"]