We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae8438d commit 5df087dCopy full SHA for 5df087d
memflow-win32/Cargo.toml
@@ -60,6 +60,11 @@ name = "dump_offsets"
60
path = "examples/dump_offsets.rs"
61
required-features = ["memflow/serde_derive"]
62
63
+[[example]]
64
+name = "keyboard_listen"
65
+path = "examples/keyboard_listen.rs"
66
+required-features = ["memflow/plugins"]
67
+
68
[[example]]
69
name = "open_process"
70
path = "examples/open_process.rs"
0 commit comments