iced-yoda/examples/integration_opengl/Cargo.toml

13 lines
299 B
TOML
Raw Normal View History

2020-11-15 23:51:13 +01:00
[package]
2021-08-13 20:01:28 +07:00
name = "integration_opengl"
2020-11-15 23:51:13 +01:00
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
2022-02-09 17:53:35 +07:00
edition = "2021"
2020-11-15 23:51:13 +01:00
publish = false
[dependencies]
iced_glutin = { path = "../../glutin" }
iced_glow = { path = "../../glow" }
iced_winit = { path = "../../winit" }
env_logger = "0.8"