# 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 = "kolibri-embedded-gui" version = "0.0.0-alpha.1" authors = ["Yannik Bretschneider "] description = "embedded-graphics based GUI framework made to be as lightweight as its namesake" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Yandrik/kolibri" [lib] [dependencies.embedded-graphics] version = "^0.8" [dependencies.embedded-iconoir] version = "0.2.2" features = ["all-resolutions"] [dependencies.heapless] version = "^0.7" features = [ "serde", "ufmt-impl", ] [dev-dependencies.embedded-graphics-simulator] version = "0.5.0"