makepad/apps/fab/loaders/gltf/Cargo.toml
Admin 9821263b2c fab: a 3D creation shell and the viewer built on it — colour picker, material textures, dials that move the scene while they drag, the glTF loader, the tour, and the probes
Squashed from work; the fine-grained history is under tag archive/work-2026-08-26:
- fab: a 3D creation shell and the viewer built on it
- raytrace: the traced pane starts coarse and doubles to native, with the raster underneath
- fab: a colour picker, a material's textures, and dials that move the scene while they drag
- texcomp: the block codec and the container every texture will travel in
- fab: FAB_PROBE_MAT — per-material triangle counts, texture presence and uv spread in the roof probe
2026-08-26 08:49:47 +02:00

11 lines
401 B
TOML

[package]
name = "makepad-fab-loader-gltf"
version = "0.1.0"
edition = "2021"
description = "glTF and GLB loader for makepad-fab-shell"
license = "MIT OR Apache-2.0"
[dependencies]
makepad-fab-shell = { path = "../../../../libs/fab", version = "0.1.0" }
makepad-raytrace = { path = "../../../../libs/raytrace", version = "0.1.0" }
makepad-gltf = { path = "../../../../libs/gltf", version = "1.0.0" }