5 lines
82 B
Rust
5 lines
82 B
Rust
|
|
//! Display rendering results on windows.
|
||
|
|
mod backend;
|
||
|
|
|
||
|
|
pub use backend::Backend;
|