Skip to content
Snippets Groups Projects
Cargo.toml 731 B
Newer Older
StarArawn's avatar
StarArawn committed
[package]
name = "kayak_core"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

StarArawn's avatar
StarArawn committed
[features]
default = []
bevy_renderer = ["bevy", "kayak_font/bevy_renderer"]
StarArawn's avatar
StarArawn committed

StarArawn's avatar
StarArawn committed
[dependencies]
as-any = "0.2"
StarArawn's avatar
StarArawn committed
desync = { version = "0.7" }
flo_rope = { version = "0.1" }
futures = { version = "0.3" }
kayak_font = { path = "../kayak_font" }
StarArawn's avatar
StarArawn committed
kayak_render_macros = { path = "../kayak_render_macros" }
morphorm = { git = "https://github.com/geom3trik/morphorm", rev = "1243152d4cebea46fd3e5098df26402c73acae91" }
StarArawn's avatar
StarArawn committed
resources = "1.1"
StarArawn's avatar
StarArawn committed
uuid = { version = "0.8", features = ["v4"] }
MrGVSV's avatar
MrGVSV committed
indexmap = "1.8"

[dependencies.bevy]
version = "0.8.0"
optional = true
default-features = false