gl/egl,x11/sys: Regenerate with sys crate rename

Fixes: 4cc57723 ("gl: Regenerate with separate EGL/Wayland/X11 -sys crates")
This commit is contained in:
Marijn Suijten 2020-11-28 11:54:55 +01:00
parent f754860e32
commit 506c19dab4
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files @ d2591d00)
// DO NOT EDIT
use gstreamer_glegl_sys::*;
use gstreamer_gl_egl_sys::*;
use std::env;
use std::error::Error;
use std::mem::{align_of, size_of};

View file

@ -2,7 +2,7 @@
// from gir-files (https://github.com/gtk-rs/gir-files @ d2591d00)
// DO NOT EDIT
use gstreamer_glx11_sys::*;
use gstreamer_gl_x11_sys::*;
use std::env;
use std::error::Error;
use std::mem::{align_of, size_of};