diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-25 11:13:37 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-25 11:13:37 -0400 |
| commit | 323c6ca03bc1d560b02114445764dab5e753049e (patch) | |
| tree | 68b60475d670dfcab27ec5eab0de61c32f8b81ca /Cargo.toml | |
| parent | 578fc0aa670067991135921ab9a03d223036a598 (diff) | |
Started the alligator_resources project
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
