1
0
mirror of synced 2024-11-14 19:17:42 +01:00
ImHex/plugins/example_rust/source/plugin_example.rs

6 lines
137 B
Rust

extern crate hex;
#[hex::plugin_setup("Example Rust", "WerWolv", "Example Rust plugin used as template for plugin devs")]
fn init() {}