-
StarArawn authored5134cd94
This project manages its dependencies using Cargo.
Learn more
Cargo.toml 460 B
[package]
name = "kayak_ui"
version = "0.1.0"
edition = "2021"
resolver = "2"
[workspace]
members = [
"kayak_components",
"kayak_core",
"kayak_render_macros",
"kayak_font",
]
[dependencies]
kayak_components = { path = "kayak_components" }
kayak_core = { path = "kayak_core" }
[dev-dependencies]
bevy = { git = "https://github.com/StarArawn/bevy", rev = "f3c82f2b0091aefa832ab45eaf15c2be2faa0785" }
bevy_kayak_ui = { path = "bevy_kayak_ui" }