Skip to content

Commit

Permalink
Merge pull request glium#2083 from est31/master
Browse files Browse the repository at this point in the history
Fix warnings on nightly and update ouroboros
est31 authored Nov 2, 2023
2 parents 74a36a8 + f65afd8 commit e73d401
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ fnv = "1.0.5"
gl_generator = "0.14"

[dev-dependencies]
ouroboros = "0.17"
ouroboros = "0.18"
cgmath = "0.18"
genmesh = "0.6"
image = "0.24"
2 changes: 1 addition & 1 deletion src/ops/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pub use self::blit::blit;
pub use self::clear::clear;
pub use self::draw::draw;
pub use self::read::{read, ReadError, Source, Destination};
pub use self::read::{read, ReadError, Source};

mod blit;
mod clear;

0 comments on commit e73d401

Please sign in to comment.