door_player 0.3.20

Door Player, Cross by ffmpeg and egui
Documentation
1
2
3
4
5
6
7
8
9
10
pub use eguis::Eguis;
pub use mutex_queue::*;
pub use shared::*;
pub use texture_handle::TextureHandleNoMut;

mod eguis;
pub mod fonts;
mod mutex_queue;
mod shared;
mod texture_handle;