# 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-femtovg" version = "0.4.6" authors = ["Paul Min"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Displaying part on the screen using femtovg" homepage = "https://www.paulmin.nl/lipl.html" readme = "README.md" license = "MIT" repository = "https://github.com/paulusminus/lipl-display/" [[bin]] name = "lipl-display-femtovg" path = "src/main.rs" [dependencies.env_logger] version = "0.11.5" [dependencies.femtovg] version = "0.10.1" default-features = false [dependencies.glutin] version = "0.32.1" default-features = false [dependencies.glutin-winit] version = "0.5.0" features = [ "egl", "wayland", ] default-features = false [dependencies.lipl-display-common] version = "0.4.6" [dependencies.lipl-gatt-bluer] version = "0.4" [dependencies.log] version = "0.4.22" [dependencies.winit] version = "0.30.5" features = [ "rwh_06", "wayland", "wayland-dlopen", "wayland-csd-adwaita", ] default-features = false [build-dependencies.gl_generator] version = "0.14.0"