1
0
Fork 0
forked from wry/wry

it: use a software renderer

This commit is contained in:
Julian Orth 2024-06-05 18:23:13 +02:00
parent 5e336e19b7
commit 3430c3661b
5 changed files with 577 additions and 5 deletions

View file

@ -31,6 +31,7 @@ mod test_macros;
pub mod test_backend;
mod test_client;
pub mod test_config;
mod test_gfx_api;
mod test_ifs;
mod test_logger;
mod test_mem;