From a646b11109aa451614d3fdf688e600aa48b87a56 Mon Sep 17 00:00:00 2001 From: Tamás Szelei Date: Sun, 15 Nov 2020 23:51:13 +0100 Subject: Add integration_gl example --- examples/integration_gl/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 examples/integration_gl/Cargo.toml (limited to 'examples/integration_gl/Cargo.toml') diff --git a/examples/integration_gl/Cargo.toml b/examples/integration_gl/Cargo.toml new file mode 100644 index 00000000..80d7adad --- /dev/null +++ b/examples/integration_gl/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "integration_gl" +version = "0.1.0" +authors = ["Héctor Ramón Jiménez "] +edition = "2018" +publish = false + +[dependencies] +iced_glutin = { path = "../../glutin" } +iced_glow = { path = "../../glow" } +iced_winit = { path = "../../winit" } +env_logger = "0.8" +glow = "0.6" -- cgit