Add Sample Functions to Library

This commit is contained in:
GuilhermeWerner
2021-01-21 12:35:08 -03:00
parent 55ef94f93f
commit 89085ce699
2 changed files with 23 additions and 3 deletions

View File

@ -10,7 +10,7 @@ publish = false
[lib]
name="Library"
crate-type = ["cdylib"]
crate-type = ["staticlib", "cdylib", "rlib"]
path = "Source/Library.rs"
[dependencies]