Implement grid and directory discovery (#71)
All checks were successful
Native code generation / deterministic (push) Successful in 15m16s
Imaging and meshing gate / native (push) Successful in 5m9s
JPEG 2000 feature / linux (push) Successful in 2m47s
Native Rust workspace compile / compile (push) Successful in 5m14s
Skia feature / linux (push) Successful in 31m28s

This commit is contained in:
2026-08-10 17:45:08 +00:00
parent d537a37172
commit 66fbb87b3f
14 changed files with 3949 additions and 1541 deletions

View File

@@ -1135,7 +1135,7 @@ impl Simulator {
client,
colo_location: String::new(),
data_pool: None,
features: SimulatorFeatures,
features: SimulatorFeatures::default(),
flags: RegionFlags(0),
global_to_local_id: RwLock::new(HashMap::new()),
handle,