# 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 = "tauri-plugin-desktop-underlay" version = "0.0.1" authors = ["Yao Xiao (https://charlie-xiao.github.io/)"] build = "build.rs" links = "tauri-plugin-desktop-underlay" exclude = [ "/examples", "/node_modules", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tauri plugin for making a window a desktop underlay, attached to the desktop, above the wallpaper, and below desktop icons." homepage = "https://github.com/Charlie-XIAO/tauri-plugin-desktop-underlay" readme = "README.md" keywords = [ "tauri", "plugin", "desktop", "underlay", "wallpaper", ] license-file = "LICENSE" repository = "https://github.com/Charlie-XIAO/tauri-plugin-desktop-underlay" [lib] name = "tauri_plugin_desktop_underlay" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.tauri] version = "2.0.0-rc.8" features = ["tray-icon"] [build-dependencies.tauri-plugin] version = "2.0.0-rc.7" features = ["build"] [target.'cfg(target_os = "linux")'.dependencies.gdk] version = "0.18.0" [target.'cfg(target_os = "linux")'.dependencies.gtk] version = "0.18.1" [target.'cfg(target_os = "macos")'.dependencies.objc] version = "0.2.7" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", ]