iced-yoda/glutin/Cargo.toml

33 lines
743 B
TOML
Raw Normal View History

2020-05-21 00:37:47 +02:00
[package]
name = "iced_glutin"
2021-03-31 20:06:03 +02:00
version = "0.2.0"
2020-05-21 00:37:47 +02:00
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
description = "A glutin runtime for Iced"
license = "MIT"
repository = "https://github.com/hecrj/iced"
documentation = "https://docs.rs/iced_glutin"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
[features]
debug = ["iced_winit/debug"]
[dependencies.glutin]
version = "0.27"
git = "https://github.com/iced-rs/glutin"
2021-10-12 22:41:16 +07:00
rev = "492c20605907accf2b5dc2da52284305fd128346"
2020-05-21 00:37:47 +02:00
[dependencies.iced_native]
2021-03-31 20:06:03 +02:00
version = "0.4"
2020-05-21 00:37:47 +02:00
path = "../native"
[dependencies.iced_winit]
2021-03-31 20:06:03 +02:00
version = "0.3"
2020-05-21 00:37:47 +02:00
path = "../winit"
[dependencies.iced_graphics]
2021-03-31 20:06:03 +02:00
version = "0.2"
2020-05-21 00:37:47 +02:00
path = "../graphics"
features = ["opengl"]