summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Orlenko <zxteam@protonmail.com>2021-06-21 20:28:14 +0100
committerAlex Orlenko <zxteam@protonmail.com>2021-06-21 20:28:14 +0100
commitc702c5eff26d3bdb371db90ebf0f79b6e152b687 (patch)
tree9e79bc0cf1e47b3b801596e0d466292e63d7968a /Cargo.toml
parente4daff8c16aaacb39ed5ca36ca82a58bce442c60 (diff)
downloadmlua-c702c5eff26d3bdb371db90ebf0f79b6e152b687.zip
Add userdata example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d7175b..2c40a2e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -97,3 +97,7 @@ required-features = ["macros"]
[[example]]
name = "serialize"
required-features = ["serialize"]
+
+[[example]]
+name = "userdata"
+required-features = ["macros"]