19 lines
548 B
TOML
19 lines
548 B
TOML
[package]
|
|
name = "window_clipboard"
|
|
version = "0.1.0-alpha.1"
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
edition = "2018"
|
|
description = "A library to obtain clipboard access from a `raw-window-handle`"
|
|
license = "MIT"
|
|
repository = "https://github.com/hecrj/iced"
|
|
documentation = "https://docs.rs/window_clipboard"
|
|
readme = "README.md"
|
|
keywords = ["clipboard", "window", "ui", "gui", "raw-window-handle"]
|
|
categories = ["gui"]
|
|
|
|
[dependencies]
|
|
raw-window-handle = "0.3"
|
|
copypasta = "0.6"
|
|
|
|
[dev-dependencies]
|
|
winit = "=0.20.0-alpha5"
|