# 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 = "uefi-graphics2" version = "0.4.4" authors = ["theaddonn "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An embedded-graphics display driver for UEFI environments" readme = "README.md" keywords = [ "uefi", "graphics", "no-std", "embedded", ] categories = [ "no-std", "embedded", "hardware-support", ] license = "Apache-2.0" repository = "https://github.com/theaddonn/uefi-graphics2" [lib] name = "uefi_graphics2" path = "src/lib.rs" [[example]] name = "cyan_display" path = "examples/cyan_display.rs" required-features = ["uefi/global_allocator"] [[example]] name = "hello_world" path = "examples/hello_world.rs" required-features = ["uefi/global_allocator"] [[example]] name = "ping_triangle" path = "examples/ping_triangle.rs" required-features = ["uefi/global_allocator"] [[example]] name = "yellow_rectangle" path = "examples/yellow_rectangle.rs" required-features = ["uefi/global_allocator"] [dependencies.embedded-graphics] version = "0.8" [dependencies.uefi] version = "0.33"