Skip to content

Commit

Permalink
move to crates dir
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Nov 27, 2023
1 parent 52010fd commit eb62ad4
Show file tree
Hide file tree
Showing 54 changed files with 8 additions and 16 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[submodule "unavi-wired-api/wit"]
path = unavi-wired-api/wit
path = crates/unavi-wired-api/wit
url = [email protected]:unavi-xyz/wired-protocol-wit.git
[submodule "unavi-ui/wit"]
path = unavi-ui/wit
path = crates/unavi-ui/wit
url = [email protected]:unavi-xyz/wired-protocol-wit.git
[submodule "wired-protocol-proto/protos"]
path = wired-protocol-proto/protos
path = crates/wired-protocol-proto/protos
url = [email protected]:unavi-xyz/wired-protocol-proto.git
12 changes: 2 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
[workspace]
resolver = "2"
members = [
"unavi-app",
"unavi-native",
"unavi-server",
"unavi-system-api",
"unavi-ui",
"unavi-web/client",
"unavi-web/common",
"unavi-wired-api",
"wired-protocol-proto"
"crates/*"
]

[workspace.package]
Expand All @@ -27,7 +19,7 @@ bin-package = "unavi-server"
bin-default-features = true
lib-package = "unavi-web-client"
lib-profile-release = "wasm-release"
style-file = "unavi-web/common/style.css"
style-file = "crates/unavi-web-common/style.css"

[profile.dev]
opt-level = 1
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion unavi-server/Cargo.toml → crates/unavi-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing-subscriber = "0.3.18"

leptos = { version = "0.5.1", features = ["ssr"], optional = true }
leptos_axum = { version = "0.5.1", optional = true }
unavi-web-common= { path = "../unavi-web/common", features = ["ssr"], optional = true }
unavi-web-common= { path = "../unavi-web-common", features = ["ssr"], optional = true }

aeronet = { version = "0.3.0", features = ["bevy"], optional = true }
aeronet_wt_core = { version = "0.3.0", optional = true }
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
leptos = { version = "0.5.1", features = ["hydrate"] }
unavi-web-common = { path = "../common", features = ["hydrate"] }
unavi-app = { path = "../../unavi-app" }
unavi-web-common = { path = "../unavi-web-common", features = ["hydrate"] }
unavi-app = { path = "../unavi-app" }
console_error_panic_hook = "0.1.7"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eb62ad4

Please sign in to comment.