From 323c6ca03bc1d560b02114445764dab5e753049e Mon Sep 17 00:00:00 2001 From: Micha White Date: Tue, 25 Oct 2022 11:13:37 -0400 Subject: Started the alligator_resources project --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 -- cgit v1.2.3