b3_framework/
lib.rs

1//! A cross-platform UI framework.
2
3#![warn(missing_docs)]
4
5/// Stub function.
6pub fn test() {}