Add instances support

This commit is contained in:
Florian RICHER 2025-05-29 17:13:01 +02:00
parent f8b81f3269
commit 77c717f90b
Signed by: florian.richer
GPG key ID: C73D37CBED7BFC77
7 changed files with 158 additions and 31 deletions

View file

@ -23,3 +23,6 @@ glam = { version = "0.30" }
# Log and tracing
log = "0.4"
env_logger = "0.11"
# Random
rand = "0.9"