summaryrefslogtreecommitdiffstats
path: root/examples/integration_opengl/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Richard <richardsoncusto@gmail.com>2021-11-01 18:37:53 -0300
committerLibravatar Richard <richardsoncusto@gmail.com>2022-01-19 17:40:17 -0300
commit01f67a2c1f36a90e45f0ff21266bc41152f0c8d5 (patch)
treeef76f0c1f8769c150344c164e59f7a1ac5a41b2b /examples/integration_opengl/Cargo.toml
parentcc3cf4dfc2acd590b4e2005ccc86afc63355e1a4 (diff)
downloadiced-01f67a2c1f36a90e45f0ff21266bc41152f0c8d5.tar.gz
iced-01f67a2c1f36a90e45f0ff21266bc41152f0c8d5.tar.bz2
iced-01f67a2c1f36a90e45f0ff21266bc41152f0c8d5.zip
Export `glow` in `iced_glow`
Diffstat (limited to 'examples/integration_opengl/Cargo.toml')
-rw-r--r--examples/integration_opengl/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/integration_opengl/Cargo.toml b/examples/integration_opengl/Cargo.toml
index 0917f2ec..7fb1f2dd 100644
--- a/examples/integration_opengl/Cargo.toml
+++ b/examples/integration_opengl/Cargo.toml
@@ -10,4 +10,3 @@ iced_glutin = { path = "../../glutin" }
iced_glow = { path = "../../glow" }
iced_winit = { path = "../../winit" }
env_logger = "0.8"
-glow = "0.6"