2025-06-13 22:32:16 +09:00
|
|
|
[package]
|
2025-08-05 08:17:35 +09:00
|
|
|
name = "caretta-examples-mobile"
|
2025-06-13 22:32:16 +09:00
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["fluo10 <fluo10.dev@fireturtle.net>"]
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
dioxus.workspace = true
|
2025-08-05 08:17:35 +09:00
|
|
|
caretta-examples-core.path = "../core"
|
2025-06-13 22:32:16 +09:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["mobile"]
|
|
|
|
web = ["dioxus/web"]
|
|
|
|
desktop = ["dioxus/desktop"]
|
|
|
|
mobile = ["dioxus/mobile"]
|