tg-rcore-tutorial-driver 0.1.1-preview.1

device drivers for tg-rcore-tutorial
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"
name = "tg-rcore-tutorial-driver"
version = "0.1.1-preview.1"
authors = ["Ziyan Wang <charliewang.cpp@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "device drivers for tg-rcore-tutorial"
readme = false
keywords = [
    "ai",
    "ai4ose",
    "kernel",
    "learning",
    "os",
]
categories = [
    "no-std",
    "embedded",
]
license = "GPL-3.0"
repository = "https://github.com/CharlieVinnie/tg-rcore-tutorial"

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

[dependencies.embedded-graphics]
version = "0.7"

[dependencies.riscv]
version = "0.10"

[dependencies.spin]
version = "0.9"

[dependencies.tg-console]
version = "0.4.5"
package = "tg-rcore-tutorial-console"

[dependencies.tinybmp]
version = "0.3"

[dependencies.virtio-drivers]
version = "0.1.0"