2019-10-03 00:01:45 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_winit"
|
|
|
|
|
version = "0.1.0-alpha"
|
|
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
|
|
|
|
edition = "2018"
|
|
|
|
|
description = "A winit runtime for Iced"
|
|
|
|
|
license = "MIT"
|
|
|
|
|
repository = "https://github.com/hecrj/iced"
|
2020-01-01 14:16:10 +01:00
|
|
|
documentation = "https://docs.rs/iced_winit"
|
|
|
|
|
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
|
|
|
|
categories = ["gui"]
|
2019-10-03 00:01:45 +02:00
|
|
|
|
2019-11-03 04:39:11 +01:00
|
|
|
[features]
|
|
|
|
|
debug = []
|
|
|
|
|
|
2019-10-03 00:01:45 +02:00
|
|
|
[dependencies]
|
2019-12-24 02:56:12 +01:00
|
|
|
winit = { version = "0.20.0-alpha3", git = "https://github.com/hecrj/winit", rev = "709808eb4e69044705fcb214bcc30556db761405"}
|
2019-10-10 05:52:35 +02:00
|
|
|
log = "0.4"
|
2020-01-19 10:17:08 +01:00
|
|
|
|
|
|
|
|
[dependencies.iced_native]
|
|
|
|
|
version = "0.1.0-alpha"
|
|
|
|
|
path = "../native"
|
|
|
|
|
|
|
|
|
|
[dependencies.window_clipboard]
|
|
|
|
|
git = "https://github.com/hecrj/window_clipboard"
|
|
|
|
|
rev = "22c6dd6c04cd05d528029b50a30c56417cd4bebf"
|
2019-11-30 21:32:46 +09:00
|
|
|
|
|
|
|
|
[target.'cfg(target_os = "windows")'.dependencies.winapi]
|
2019-12-02 21:58:35 +09:00
|
|
|
version = "0.3.6"
|