v0.5.10 is here, we removed the manualf debug and default in the canvas library and cleaned client from it

This commit is contained in:
Priec
2026-01-05 17:21:28 +01:00
parent ec16930569
commit 946ee9677c
5 changed files with 20 additions and 13 deletions

View File

@@ -16,10 +16,5 @@ cargo watch -x 'run --package client -- client'
Client with tracing:
```
ENABLE_TRACING=1 RUST_LOG=client=debug cargo watch -x 'run --package client -- client'
```
Client with debug that cant be traced
```
cargo run --package client --features ui-debug -- client
```