Skip to content

Commit ac8a406

Browse files
committed
Additions
1 parent 92ff805 commit ac8a406

File tree

7 files changed

+4359
-4240
lines changed

7 files changed

+4359
-4240
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/target
2+
notes.txt

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
egui = "0.17"
11-
egui-hook = { git = "https://github.com/jac3km4/egui-hook", rev = "v0.0.2" }
11+
egui-hook = { git = "https://github.com/jac3km4/egui-hook", rev = "v0.0.3" }
1212
rhai = "1.5"
1313
phf = { version = "0.10", features = ["macros"] }
14+
heck = "0.4"

0 commit comments

Comments
 (0)