# 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 = "wimp" version = "0.1.1" authors = ["Yuxuan Shui "] description = "Where Is My Pointer?" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/yshui/wimp" [dependencies.anyhow] version = "1.0.32" [dependencies.async-macros] version = "2.0.0" [dependencies.async-std] version = "1.6.5" features = [ "attributes", "unstable", ] [dependencies.byteorder] version = "1.3.4" [dependencies.env_logger] version = "0.9.3" [dependencies.log] version = "0.4.11" [dependencies.raw-window-handle] version = "0.5.0" [dependencies.tracing] version = "0.1" features = ["log"] [dependencies.wgpu] version = "0.14.0" [dependencies.x11rb] version = "0.10.1" features = [ "randr", "shape", "allow-unsafe-code", ] [build-dependencies.anyhow] version = "1.0.32" [build-dependencies.shaderc] version = "0.8.0"