window_clipboard/mime/Cargo.toml

10 lines
402 B
TOML
Raw Normal View History

2024-03-14 16:42:24 -04:00
[package]
name = "mime"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[target.'cfg(all(unix, not(any(target_os="macos", target_os="android", target_os="emscripten", target_os="ios", target_os="redox"))))'.dependencies]
2026-03-02 12:32:18 -05:00
smithay-clipboard = { git = "https://github.com/pop-os/smithay-clipboard", tag = "sctk-0.20" }