File tree Expand file tree Collapse file tree 5 files changed +2
-2
lines changed
rust/plugin_examples/data_renderer Expand file tree Collapse file tree 5 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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
1515ln -sf $PWD /target/debug/libexample_data_renderer.dylib ~ /Library/Application\ Support/Binary\ Ninja/plugins
1616```
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments