mirror of
https://github.com/bytedream/litbwraw.git
synced 2025-06-27 10:20:32 +02:00
add example crates
This commit is contained in:
10
example-library/Cargo.toml
Normal file
10
example-library/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "example-library"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[lib]
|
||||
crate-type = ["cdylib"]
|
||||
|
||||
[dependencies]
|
||||
mlua = { version = ">=0.9.3", features = ["lua51", "vendored"] }
|
Reference in New Issue
Block a user