Point the workspace at libs/asset and libs/render. Drop Arcade frontend, gamemaker, rig, pack registry, physics, and the old libs/game gameplay crates. Those live in the private sandbox repo.
8 lines
166 B
TOML
8 lines
166 B
TOML
[package]
|
|
name = "makepad-example-video-codec-test"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
makepad-platform = { path = "../../platform" }
|