2020-05-21 00:37:47 +02:00
|
|
|
[package]
|
|
|
|
|
name = "iced_glutin"
|
2022-05-02 21:53:25 +02:00
|
|
|
version = "0.3.0"
|
2020-05-21 00:37:47 +02:00
|
|
|
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
|
2022-02-09 17:53:35 +07:00
|
|
|
edition = "2021"
|
2020-05-21 00:37:47 +02:00
|
|
|
description = "A glutin runtime for Iced"
|
|
|
|
|
license = "MIT"
|
2021-12-23 09:34:37 +02:00
|
|
|
repository = "https://github.com/iced-rs/iced"
|
2020-05-21 00:37:47 +02:00
|
|
|
documentation = "https://docs.rs/iced_glutin"
|
|
|
|
|
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
|
|
|
|
|
categories = ["gui"]
|
|
|
|
|
|
|
|
|
|
[features]
|
|
|
|
|
debug = ["iced_winit/debug"]
|
2022-04-30 13:37:57 +02:00
|
|
|
system = ["iced_winit/system"]
|
2020-05-21 00:37:47 +02:00
|
|
|
|
2022-01-27 06:02:19 -03:00
|
|
|
[dependencies.log]
|
|
|
|
|
version = "0.4"
|
|
|
|
|
|
2021-06-14 17:21:55 -03:00
|
|
|
[dependencies.glutin]
|
2022-01-04 13:51:35 +07:00
|
|
|
version = "0.28"
|
2021-07-20 21:34:20 +07:00
|
|
|
git = "https://github.com/iced-rs/glutin"
|
2022-01-04 13:51:35 +07:00
|
|
|
rev = "7a0ee02782eb2bf059095e0c953c4bb53f1eef0e"
|
2020-05-21 00:37:47 +02:00
|
|
|
|
|
|
|
|
[dependencies.iced_native]
|
2022-05-02 21:53:25 +02:00
|
|
|
version = "0.5"
|
2020-05-21 00:37:47 +02:00
|
|
|
path = "../native"
|
|
|
|
|
|
|
|
|
|
[dependencies.iced_winit]
|
2022-05-02 21:53:25 +02:00
|
|
|
version = "0.4"
|
2020-05-21 00:37:47 +02:00
|
|
|
path = "../winit"
|
|
|
|
|
|
|
|
|
|
[dependencies.iced_graphics]
|
2022-05-02 21:53:25 +02:00
|
|
|
version = "0.3"
|
2020-05-21 00:37:47 +02:00
|
|
|
path = "../graphics"
|
|
|
|
|
features = ["opengl"]
|