mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Ignore warning about legacy implement_vertex macro in old glium
This commit is contained in:
@@ -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},
|
||||||
|
|||||||
Reference in New Issue
Block a user