# 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 = "penrose_ui" version = "0.3.6" authors = ["sminez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "UI elements for the penrose window manager library" documentation = "https://docs.rs/penrose_ui" readme = "README.md" license = "MIT" repository = "https://github.com/sminez/penrose/crates/penrose_ui" [lib] name = "penrose_ui" path = "src/lib.rs" [[example]] name = "layout-render" path = "examples/layout-render.rs" [[example]] name = "polygon-demo" path = "examples/polygon-demo.rs" [[example]] name = "txt-demo" path = "examples/txt-demo.rs" [dependencies.penrose] version = "0.3.6" [dependencies.thiserror] version = "1.0" [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.x11] version = "2.21" features = [ "xft", "xlib", ] [dependencies.yeslogic-fontconfig-sys] version = "5.0" [dev-dependencies.anyhow] version = "1"