makepad/examples/xr/Cargo.toml
Admin 6d708d9391 Clean the public tree for a checkout other people can use.
Drop the archived old/ tree, root AI notes, splashgame.md (Arcade lives
in the private sandbox), widgets-dll leftovers, and LAN/oracle helper
scripts. Move download_*.sh into tools/, and move sim/math out of
libs/game/ so the public repo no longer has a game/ directory.

Also quiet first-party compile noise and skip asset-ui tests that need
sandbox kits or uncommitted fixtures.
2026-08-18 15:23:19 +02:00

14 lines
394 B
TOML

[package]
name = "makepad-example-xr"
version = "1.0.0"
authors = ["Makepad <info@makepad.nl>"]
edition = "2021"
description = "Makepad XR example"
license = "MIT OR Apache-2.0"
[dependencies]
makepad-widgets = { path = "../../widgets", version = "2.0.0" }
makepad-xr = { path = "../../xr", version = "1.0.0" }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ["cfg(headless)"] }