Skip to content

Commit 5df087d

Browse files
committed
Add example constraint
1 parent ae8438d commit 5df087d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

memflow-win32/Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ name = "dump_offsets"
6060
path = "examples/dump_offsets.rs"
6161
required-features = ["memflow/serde_derive"]
6262

63+
[[example]]
64+
name = "keyboard_listen"
65+
path = "examples/keyboard_listen.rs"
66+
required-features = ["memflow/plugins"]
67+
6368
[[example]]
6469
name = "open_process"
6570
path = "examples/open_process.rs"

0 commit comments

Comments
 (0)