makepad/examples/gamemaker/Cargo.toml
andodeki d6d1f99ca9 Update fork to upstream dev 5d4483f
- Sync with latest upstream dev branch
- Include all map improvements: 2D/3D toggle, shadows, labels, overlays
- Include platform updates: location API, audio echo cancellation
- Preserve fork-specific re-exports (gltf, csg, test)
2026-07-31 18:47:03 +00:00

13 lines
488 B
TOML

[package]
name = "makepad-example-gamemaker"
version = "0.1.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Voice-driven makepad-native game maker for kids, backed by Claude Code"
license = "MIT OR Apache-2.0"
[dependencies]
makepad-widgets = { path = "../../widgets", features = ["maps", "pdf", "voice"] }
makepad-code-editor = { path = "../../code_editor" }
makepad-ai = { path = "../../libs/makepad_ai" }
makepad-converse = { path = "../../libs/converse" }