1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Ignore warning about legacy implement_vertex macro in old glium

This commit is contained in:
Emil Ernerfeldt
2019-11-24 16:27:12 +01:00
parent 9b862e9ec4
commit f728180918

View File

@@ -1,3 +1,5 @@
#![allow(deprecated)] // legacy implement_vertex macro
use {
emigui::Mesh,
glium::{implement_vertex, index::PrimitiveType, program, texture, uniform, Surface},