Initialize k-launcher project structure with multiple crates and basic configurations
This commit is contained in:
9
Cargo.toml
Normal file
9
Cargo.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[workspace]
|
||||
members = ["crates/k-launcher-kernel", "crates/k-launcher-os-bridge", "crates/k-launcher-ui", "crates/plugins/plugin-apps", "crates/plugins/plugin-calc", "crates/plugins/plugin-files"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
iced = { version = "0.14", features = ["canvas", "tokio", "wgpu"] }
|
||||
tokio = { version = "1.35", features = ["full"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tracing = "0.1" # For high-performance logging
|
||||
Reference in New Issue
Block a user