Skip to content

Commit b35a33c

Browse files
committed
implement preseed
1 parent ffb3cbe commit b35a33c

File tree

3 files changed

+226
-14
lines changed

3 files changed

+226
-14
lines changed

test/simulator-ng/Cargo.lock

Lines changed: 199 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/simulator-ng/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ tracing-subscriber = {version = "0.3.20", features=["env-filter"]}
1515
femtovg = "0.19.1"
1616
glutin = "0.32.3"
1717
glutin-winit = "0.5.0"
18+
zeroize = "1.8.2"
19+
clap = { version = "4.5.48", features = ["derive"] }

0 commit comments

Comments
 (0)