summaryrefslogtreecommitdiffstats
path: root/examples/integration_gl/Cargo.toml
blob: 80d7adadb0f222e76f8a0ab8f7568901e4580d0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "integration_gl"
version = "0.1.0"
authors = ["Héctor Ramón Jiménez <hector0193@gmail.com>"]
edition = "2018"
publish = false

[dependencies]
iced_glutin = { path = "../../glutin" }
iced_glow = { path = "../../glow" }
iced_winit = { path = "../../winit" }
env_logger = "0.8"
glow = "0.6"