martensite 0.3.0

A retained-mode, GPU-accelerated graphical user interface framework for Rust.
Documentation
1
2
3
4
5
//! Integration test target for martensite.
#![forbid(unsafe_code)]

#[path = "common/stress_integration_tests.rs"]
mod stress_integration_tests;