caretta-sync/examples/mobile/Cargo.toml

21 lines
416 B
TOML
Raw Normal View History

[package]
2025-08-26 07:56:42 +09:00
name = "caretta-sync-example-mobile"
edition.workspace = true
version.workspace = true
description.workspace = true
license.workspace = true
repository.workspace = true
2025-08-27 08:19:28 +09:00
[[bin]]
name = "caretta_sync_example"
path = "src/main.rs"
[lib]
name = "caretta_sync_example"
crate-type = ["lib", "cdylib"]
[dependencies]
2025-08-27 08:19:28 +09:00
bevy.workspace = true
2025-08-26 07:56:42 +09:00
caretta-sync-example-core.path = "../core"
2025-08-27 08:19:28 +09:00
caretta-sync.path = "../.."