From 64633f61f7b9e03be9437b5f4896bbe122f7a7a2 Mon Sep 17 00:00:00 2001 From: LukBukkit Date: Thu, 24 Apr 2025 16:20:32 +0000 Subject: [Rust] Implement custom data renderer API Also adds an example plugin and misc rust fixes / documentation. This is a continuation of https://github.com/Vector35/binaryninja-api/pull/6721 Co-authored-by: rbran --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 2811850a..4f425e9e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ members = [ "rust", "arch/riscv", "arch/msp430", + "rust/plugin_examples/data_renderer", "view/minidump", "plugins/dwarf/dwarf_import", "plugins/dwarf/dwarf_export", -- cgit v1.3.1