Ignore warning about legacy implement_vertex macro in old glium
This commit is contained in:
parent
9b862e9ec4
commit
f728180918
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
#![allow(deprecated)] // legacy implement_vertex macro
|
||||||
|
|
||||||
use {
|
use {
|
||||||
emigui::Mesh,
|
emigui::Mesh,
|
||||||
glium::{implement_vertex, index::PrimitiveType, program, texture, uniform, Surface},
|
glium::{implement_vertex, index::PrimitiveType, program, texture, uniform, Surface},
|
||||||
|
|
Loading…
Reference in a new issue