summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5aa3546..a94eccb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,9 @@ rust-version = "1.65"
[dependencies]
alligator_render = {path = "alligator_render"}
+[lib]
+crate-type = ["cdylib", "lib"]
+
[workspace]
-members = ["alligator_render"]
+members = ["alligator_render", "alligator_resources"]
resolver = "2" \ No newline at end of file