mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-15 21:34:19 +00:00
Add Sample Functions to Library
This commit is contained in:
@ -10,7 +10,7 @@ publish = false
|
||||
|
||||
[lib]
|
||||
name="Library"
|
||||
crate-type = ["cdylib"]
|
||||
crate-type = ["staticlib", "cdylib", "rlib"]
|
||||
path = "Source/Library.rs"
|
||||
|
||||
[dependencies]
|
||||
|
Reference in New Issue
Block a user