Initialize k-launcher project structure with multiple crates and basic configurations

This commit is contained in:
2026-03-15 15:12:28 +01:00
commit 4c3be17b77
22 changed files with 119 additions and 0 deletions

27
Cargo.lock generated Normal file
View File

@@ -0,0 +1,27 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
name = "k-launcher-kernel"
version = "0.1.0"
[[package]]
name = "k-launcher-os-bridge"
version = "0.1.0"
[[package]]
name = "k-launcher-ui"
version = "0.1.0"
[[package]]
name = "plugin-apps"
version = "0.1.0"
[[package]]
name = "plugin-calc"
version = "0.1.0"
[[package]]
name = "plugin-files"
version = "0.1.0"