Add Rust Hello Example

This commit is contained in:
GuilhermeWerner
2021-01-21 15:14:59 -03:00
parent 4a2b267d45
commit 2ed9f76361
2 changed files with 15 additions and 0 deletions

View File

@ -15,3 +15,7 @@ path = "Source/Library.rs"
[dependencies]
libc = "0.2.0"
[[example]]
name="Hello"
path = "Examples/Rust/Hello.rs"