denise-fbdev 0.2.0

Legacy Linux fbdev backend for Denise, for kernels with no usable DRM device.
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 = "2024"
rust-version = "1.95"
name = "denise-fbdev"
version = "0.2.0"
authors = ["André Biseth <andre@biseth.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Legacy Linux fbdev backend for Denise, for kernels with no usable DRM device."
homepage = "https://github.com/bisand/denise"
readme = "README.md"
license = "MIT"
repository = "https://github.com/bisand/denise"

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

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

[dependencies.denise]
version = "0.2.0"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2.0"
features = ["std"]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.bytemuck]
version = "1.25"

[target.'cfg(target_os = "linux")'.dependencies.memmap2]
version = "0.9"

[target.'cfg(target_os = "linux")'.dev-dependencies.denise-render]
version = "0.2.0"
features = ["std"]
default-features = false

[lints.clippy]
undocumented_unsafe_blocks = "warn"

[lints.rust]
missing_docs = "warn"