feat: basic triangle rendering

This commit is contained in:
Chance 2025-04-16 01:24:10 +00:00 committed by BitSyndicate
parent 06648d8da2
commit a8323fd698
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
11 changed files with 1828 additions and 67 deletions

View file

@ -1,10 +1,12 @@
use super::*;
use pretty_assertions::assert_eq;
use tracing::Level;
use super::*;
#[test]
fn test_logger_sequential_consistency() {
use std::sync::atomic::{AtomicUsize, Ordering};
use tracing::{debug, error, info, trace, warn};
let config = LoggerConfig::default()