summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-25 11:13:37 -0400
committerMicha White <botahamec@outlook.com>2022-10-25 11:13:37 -0400
commit323c6ca03bc1d560b02114445764dab5e753049e (patch)
tree68b60475d670dfcab27ec5eab0de61c32f8b81ca /Cargo.toml
parent578fc0aa670067991135921ab9a03d223036a598 (diff)
Started the alligator_resources project
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