22 lines
640 B
TOML
22 lines
640 B
TOML
[package]
|
|
name = "bevy_simple_scroll_view"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
exclude = [".github/","wasm/", "record.gif"]
|
|
categories = ["game-development", "gui"]
|
|
keywords = ["bevy","ui"]
|
|
repository = "https://github.com/Leinnan/bevy_simple_scroll_view"
|
|
homepage = "https://github.com/Leinnan/bevy_simple_scroll_view"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies.bevy]
|
|
version = "0.13"
|
|
default-features = false
|
|
features = ["bevy_ui", "bevy_asset", "bevy_text", "bevy_winit"]
|
|
|
|
[dev-dependencies.bevy]
|
|
version = "0.13"
|
|
default-features = true
|