move ui to inquisition-ui

This commit is contained in:
Lutetium-Vanadium 2021-05-01 17:42:39 +05:30
parent a3ecf3c249
commit 3835a78f19
19 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ edition = "2018"
[workspace]
members = [
".",
"ui"
"inquisition-ui"
]
[dependencies]
tempfile = "3"
atty = "0.2"
ui = { path = "./ui" }
ui = { package = "inquisition-ui", path = "./inquisition-ui" }
ahash = { version = "0.7", optional = true }
async-trait = { version = "0.1", optional = true }

View File

@ -1,5 +1,5 @@
[package]
name = "ui"
name = "inquisition-ui"
version = "0.0.1"
authors = ["Lutetium Vanadium"]
edition = "2018"