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:
@@ -1,3 +1,5 @@
|
||||
#![allow(deprecated)] // legacy implement_vertex macro
|
||||
|
||||
use {
|
||||
emigui::Mesh,
|
||||
glium::{implement_vertex, index::PrimitiveType, program, texture, uniform, Surface},
|
||||
|
||||
Reference in New Issue
Block a user