1
0
mirror of synced 2024-11-15 03:27:40 +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() {}