diff options
| author | Micha White <botahamec@outlook.com> | 2023-09-27 09:41:01 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-09-27 09:41:01 -0400 |
| commit | f7a7bf20a99b1d52ef5f936705611ce24a1006b7 (patch) | |
| tree | 1fd1c71d1e94d664f9f6c74e7610eb94b0c68f49 /ui/Cargo.toml | |
| parent | 89a1d6b488f83d121e55d8a6c08efe01649bb692 (diff) | |
Edited some of the crates
Diffstat (limited to 'ui/Cargo.toml')
| -rw-r--r-- | ui/Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 086a7de..c4a1e04 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -2,9 +2,11 @@ name = "ui" version = "0.1.0" edition = "2018" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tetra = "0.6" -model = {path = "../model"}
\ No newline at end of file +model = {path = "../model"} +engine = {path = "../engine"}
\ No newline at end of file |
