b3_gui/
lib.rs

1//! Backend-independent GUI framework.
2
3#![warn(missing_docs)]
4
5/// Stub function.
6pub fn test() {}