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 - texcomp: the block codec and the container every texture will travel in
13 lines
406 B
TOML
13 lines
406 B
TOML
[package]
|
|
name = "makepad-raytrace"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Reusable progressive GPU ray tracer on makepad's shader stack"
|
|
|
|
[dependencies]
|
|
makepad-draw = { path = "../../draw", version = "2.0.0" }
|
|
makepad-gltf = { path = "../gltf", version = "1.0.0" }
|
|
makepad-zune-png = { path = "../zune/zune-png" }
|
|
|
|
[dev-dependencies]
|
|
makepad-render = { path = "../render", version = "0.1.0" }
|