mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Update dependencies
Also fixes warning from gl generator
This commit is contained in:
parent
ea8cf10b2f
commit
3472921c7d
2 changed files with 389 additions and 320 deletions
708
Cargo.lock
generated
708
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -109,6 +109,7 @@ impl Mul<f32> for Rgb {
|
||||||
#[cfg_attr(feature = "clippy", allow(too_many_arguments))]
|
#[cfg_attr(feature = "clippy", allow(too_many_arguments))]
|
||||||
#[cfg_attr(feature = "clippy", allow(doc_markdown))]
|
#[cfg_attr(feature = "clippy", allow(doc_markdown))]
|
||||||
#[cfg_attr(feature = "clippy", allow(unreadable_literal))]
|
#[cfg_attr(feature = "clippy", allow(unreadable_literal))]
|
||||||
|
#[allow(unused_mut)]
|
||||||
pub mod gl {
|
pub mod gl {
|
||||||
#![allow(non_upper_case_globals)]
|
#![allow(non_upper_case_globals)]
|
||||||
include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs"));
|
include!(concat!(env!("OUT_DIR"), "/gl_bindings.rs"));
|
||||||
|
|
Loading…
Reference in a new issue