Add plugin name
This commit is contained in:
parent
39248b2ca3
commit
cdb82d6ccc
3 changed files with 20 additions and 6 deletions
|
@ -2,3 +2,8 @@
|
|||
pub extern fn version() -> String {
|
||||
"0.2.0".to_string()
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
pub extern fn name() -> String {
|
||||
"test name".to_string()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue