# 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 = "lipl-display-egui" version = "0.4.6" authors = ["Paul Min"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Displaying part on the screen using egui" homepage = "https://www.paulmin.nl/lipl.html" readme = "README.md" license = "MIT" repository = "https://github.com/paulusminus/lipl-display/" [[bin]] name = "lipl-display-egui" path = "src/main.rs" [dependencies.anyhow] version = "1.0.93" [dependencies.eframe] version = "0.29.1" features = ["glow"] default-features = false [dependencies.env_logger] version = "0.11.5" [dependencies.lipl-display-common] version = "0.4.6" [dependencies.lipl-gatt-bluer] version = "0.4" [dependencies.log] version = "0.4.22"