Skip to content

Commit 3cb96b4

Browse files
committed
Moves Rust data renderer example to plugin_examples
1 parent 081197a commit 3cb96b4

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ members = [
88
"rust",
99
"arch/riscv",
1010
"arch/msp430",
11-
"rust/examples/data_renderer",
11+
"rust/plugin_examples/*",
1212
"view/minidump",
1313
"plugins/dwarf/dwarf_import",
1414
"plugins/dwarf/dwarf_export",
File renamed without changes.

rust/examples/data_renderer/README.md renamed to rust/plugin_examples/data_renderer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ https://binary.ninja/2024/04/08/customizing-data-display.html.
1010

1111
```sh
1212
# Build from the root directory (binaryninja-api)
13-
cargo build --manifest-path rust/examples/data_renderer/Cargo.toml
13+
cargo build --manifest-path rust/plugin_examples/data_renderer/Cargo.toml
1414
# Link binary on macOS
1515
ln -sf $PWD/target/debug/libexample_data_renderer.dylib ~/Library/Application\ Support/Binary\ Ninja/plugins
1616
```
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)