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]
|
2020-03-09 22:35:25 +01:00
|
|
|
winit = "0.22"
|
2020-03-12 07:32:04 +01:00
|
|
|
window_clipboard = "0.1"
|
2019-10-10 05:52:35 +02:00
|
|
|
log = "0.4"
|
2020-01-19 10:17:08 +01:00
|
|
|
|
|
|
|
|
[dependencies.iced_native]
|
2020-04-01 02:37:15 +02:00
|
|
|
version = "0.1.0"
|
2020-01-19 10:17:08 +01:00
|
|
|
path = "../native"
|
|
|
|
|
|
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"
|