mirror of
https://github.com/guilhermewerner/rust-ffi
synced 2025-06-15 21:34:19 +00:00
Add Rust Hello Example
This commit is contained in:
@ -15,3 +15,7 @@ path = "Source/Library.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.0"
|
||||
|
||||
[[example]]
|
||||
name="Hello"
|
||||
path = "Examples/Rust/Hello.rs"
|
||||
|
Reference in New Issue
Block a user