Packages are makepad-<name> with the short name as the binary. Env vars follow (MAKEPAD_WM_*, MAKEPAD_FILES_*, MAKEPAD_TERMINAL_*), config moves under ~/.makepad/<app>/, the theme namespaces are mod.wm_theme and mod.browser_theme, the hosted AI envelope key is wm_ai. platform/video becomes makepad-platform-video so the video app can be makepad-video. Carries the Score entries that were pending in the WM's curated table. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
20 lines
822 B
TOML
20 lines
822 B
TOML
[package]
|
|
name = "makepad-fab-shell"
|
|
version = "0.1.0"
|
|
authors = ["Makepad <info@makepad.nl>"]
|
|
edition = "2021"
|
|
description = "Reusable 3D design shell, document model, navigation, tools, viewports, and rendering seams"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[lib]
|
|
name = "fab"
|
|
|
|
[dependencies]
|
|
makepad-math = { path = "../math", version = "1.0.0" }
|
|
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
|
|
makepad-render = { path = "../render", version = "0.1.0" }
|
|
makepad-game-sim = { path = "../sim", version = "0.1.0" }
|
|
makepad-raytrace = { path = "../raytrace", version = "0.1.0" }
|
|
makepad-micro-serde = { path = "../micro_serde", version = "1.0.0" }
|
|
makepad-video = { package = "makepad-platform-video", path = "../../platform/video", version = "1.0.0" }
|
|
makepad-fab-tour = { path = "../fab_tour", version = "0.1.0" }
|