Add graphics backend configuration

Hopefully #74, #73, #56
This commit is contained in:
2024-06-05 18:00:37 -06:00
parent 79cd460333
commit 9710ccc38a
7 changed files with 352 additions and 600 deletions

View File

@@ -8,6 +8,7 @@ pub(crate) mod demangle;
pub(crate) mod file;
pub(crate) mod frame_history;
pub(crate) mod function_diff;
pub(crate) mod graphics;
pub(crate) mod jobs;
pub(crate) mod symbol_diff;