Explorar o código

shink grid size in driven example

Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
8e8c89c99e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/tui/examples/driven.rs

+ 1 - 1
packages/tui/examples/driven.rs

@@ -10,7 +10,7 @@ use rustc_hash::FxHashSet;
 use std::rc::Rc;
 use std::sync::{Arc, RwLock};
 
-const SIZE: usize = 200;
+const SIZE: usize = 10;
 
 struct Test {
     node_states: [[usize; SIZE]; SIZE],